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
- Host: GitHub
- URL: https://github.com/mrvideo/floyd-warshall-c
- Owner: MrVideo
- Created: 2024-01-18T17:08:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:51:40.000Z (about 1 year ago)
- Last Synced: 2025-03-11T00:48:32.550Z (3 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).