Icard/angular-clarity-master(work.../node_modules/dijkstrajs
realSnehal 400e0876de frontend 2024-07-16 20:25:36 +05:30
..
test frontend 2024-07-16 20:25:36 +05:30
.travis.yml frontend 2024-07-16 20:25:36 +05:30
CONTRIBUTING.md frontend 2024-07-16 20:25:36 +05:30
LICENSE.md frontend 2024-07-16 20:25:36 +05:30
README.md frontend 2024-07-16 20:25:36 +05:30
dijkstra.js frontend 2024-07-16 20:25:36 +05:30
package.json frontend 2024-07-16 20:25:36 +05:30

README.md

dijkstrajs.js

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.

Requirements

Installation

npm install dijkstrajs

Examples

See test/dijkstra.test.js in the sources for some example code.