#shortest-path #path #graph #floyd-warshall

all_shortest_path

A simple Floyd-Warshall algorithm implementation

1 unstable release

0.1.0 Dec 15, 2021

#657 in #path

MIT license

5KB
68 lines

Floyd–Warshall Algorithm implementation. See: https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm

Dependencies

~1.5MB
~26K SLoC