datavis-tech / graph-data-structure

A graph data structure with topological sort and shortest path algorithms.
MIT License
249 stars 46 forks source link

Dijkstra's algorithm #13

Closed 24thdiv closed 6 years ago

24thdiv commented 7 years ago

What if I want to find the path between to nodes? is there any findpath(source,destination) method?

curran commented 7 years ago

I'd welcome a pull request with Dijkstra's algorithm :+1:

curran commented 6 years ago

@24thdiv path between nodes has been implemented and released.