Skip to content

avarn94/Dijkstra

Repository files navigation

Dijkstra

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.

Sample Usage

You can download some examples to see the usage