lhl 561548437c 5-6-1 | il y a 8 mois | |
---|---|---|
.. | ||
test | il y a 8 mois | |
CONTRIBUTING.md | il y a 8 mois | |
LICENSE.md | il y a 8 mois | |
README.md | il y a 8 mois | |
dijkstra.js | il y a 8 mois | |
package.json | il y a 8 mois |
dijkstrajs is a simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.
The code was originally written by Wyatt Baldwin and turned into a node module by Thomas Cort.
npm install dijkstrajs
See test/dijkstra.test.js
in the sources for some example code.