Dijkstra's Algorithm

added by BlackWasp
5/30/2011 12:13:31 AM

185 Views

Graph traversal algorithms are used to process a graph of interconnected nodes, visiting each node by following a set behaviour. Dijkstra's algorithm is such an algorithm. It determines the shortest path from a start point to all other nodes in a graph.


0 comments