python-archieve-projects/WechatBot/node_modules/dijkstrajs
Lee2vv 0b82373111 init 2024-05-05 13:46:50 +08:00
..
test init 2024-05-05 13:46:50 +08:00
.travis.yml Backup 2023-08-18 21:52:54 +08:00
CONTRIBUTING.md Backup 2023-08-18 21:52:54 +08:00
LICENSE.md Backup 2023-08-18 21:52:54 +08:00
README.md Backup 2023-08-18 21:52:54 +08:00
dijkstra.js init 2024-05-05 13:46:50 +08:00
package.json Backup 2023-08-18 21:52:54 +08:00

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.