Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darthakiranihil/fufloyd
A program to find the shortest paths in a graph, defined by its weight matrix, using Floyd Algorithm
https://github.com/darthakiranihil/fufloyd
cpp cpp17 discrete-mathematics example-project floyd-algorithm university-assignment
Last synced: 1 day ago
JSON representation
A program to find the shortest paths in a graph, defined by its weight matrix, using Floyd Algorithm
- Host: GitHub
- URL: https://github.com/darthakiranihil/fufloyd
- Owner: DarthAkiraNihil
- License: apache-2.0
- Created: 2023-05-10T07:46:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-23T06:42:44.000Z (over 1 year ago)
- Last Synced: 2024-11-14T12:12:04.362Z (2 months ago)
- Topics: cpp, cpp17, discrete-mathematics, example-project, floyd-algorithm, university-assignment
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FuFloyd
This is a program to find the shortest paths in a graph, defined by its weight matrix## The functional
The program is able to apply Floyd Algorithm to graphs, defined in:
* A weight matrix that's been entered in the program
* A weight matrix that's in a text file## License
This project is licensed under Apache 2.0 license