lhl 8884f64fe1 10-8 | před 3 roky | |
---|---|---|
.. | ||
test | před 3 roky | |
CONTRIBUTING.md | před 3 roky | |
LICENSE.md | před 3 roky | |
README.md | před 3 roky | |
dijkstra.js | před 3 roky | |
package.json | před 3 roky |
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.