Node Dijkstra Versions Save

A NodeJS implementation of Dijkstra's algorithm

v1.1.1

9 years ago

Changed

  • Updated 101 to version 0.16.0, no breaking changes.

v1.1.0

9 years ago

Changed

  • Graph.prototype.shortestPath(): when no path is found, null is retuned

Added

  • Graph.prototype.shortestPath() added reverse option to return the vertices in reversed order, from finish to start

v1.0.1

9 years ago

Fixed accidental global variable in for in loop

v1.0.0

9 years ago

First stable release