https://github.com/mrvideo/floyd-warshall-c
A Floyd-Warshall implementation in C
https://github.com/mrvideo/floyd-warshall-c
Last synced: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:51:40.000Z (about 2 years ago)
- Last Synced: 2026-02-19T21:40:30.813Z (4 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).