An open API service indexing awesome lists of open source software.

https://github.com/mrvideo/floyd-warshall-c

A Floyd-Warshall implementation in C
https://github.com/mrvideo/floyd-warshall-c

Last synced: 3 months ago
JSON representation

A Floyd-Warshall implementation in C

Awesome Lists containing this project

README

        

# Floyd-Warshall algorithm

This is a simple implementation of the Floyd-Warshall algorithm in C.

You can find out more about this algorithm [here](https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm).