floyd-warshall
v1.0.0
Published
Algorithm for finding shortest and widest paths in a weighted graph
Downloads
21
Maintainers
Readme
floyd-warshall
Calculator for finding shortest or widest paths in a weighted graph.
Installation
$ npm install floyd-warshall
Documentation
Credit
Adapted from mljs/floyd-warshall and en.wikipedia.org/wiki/Schulze_method.