datavis-tech / graph-data-structure

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

Implement Dikjstra's algorithm #16

Closed curran closed 6 years ago

curran commented 6 years ago

Closes #13

curran commented 6 years ago

TODO add documentation