jsgraphs
jsgraphs copied to clipboard
Implement Dijkstra's algorithm
Add an implementation of Dijkstra's algorithm. Create a sub-folder for algorithms, so that it's possible to only load the ones needed, avoiding to make Graph a huge all-in-one class.