dijkstrajs
A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.
Last updated 11 years ago by tcort .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install dijkstrajs 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 1.0.2                                ...           latest (4 years ago)

4 Versions

  • 1.0.2                                ...           4 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           11 years ago
  • 0.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |