Dijkstra's algorithm in Javascript
Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph. You can find the shortest path from the "source" node to all other nodes in the graph.
You can download some examples to see the usage