Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 336 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 336 Bytes

php-floydwarshall

The PHP implementation for Floyd-Warshall algorithm

As described in wikipedia: "In computer science, the FloydWarshall algorithm is a graph analysis algorithm for finding shortest paths in a weighted, directed graph. A single execution of the algorithm will find the shortest path between all pairs of vertices".