graph-paths
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "graph-paths", | ||
"description": "Finding shortest / cheapest paths in a dense graph", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"author": "Erel Segal-haLevi <erelsgl@gmail.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -5,3 +5,3 @@ _graph-paths_ is a small module for finding cheapest (shortest) paths in a dense graph (network). | ||
$ npm install should | ||
$ npm install graph-paths | ||
@@ -28,7 +28,4 @@ ## Example | ||
console.log("cheapest path from node #0 to node #3:"); | ||
console.dir(cheapest_paths_from_0[3]); | ||
console.dir(cheapest_paths_from_0[3].path); | ||
``` | ||
See example.js for an example. | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40176
29