Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khurozov/route
Software to analyze routing algorithms
https://github.com/khurozov/route
Last synced: 13 days ago
JSON representation
Software to analyze routing algorithms
- Host: GitHub
- URL: https://github.com/khurozov/route
- Owner: khurozov
- License: mit
- Created: 2022-03-10T17:50:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T11:04:49.000Z (4 months ago)
- Last Synced: 2024-08-05T12:52:24.883Z (4 months ago)
- Language: Java
- Homepage:
- Size: 6.69 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Route
Application to compare and analyze route finding algorithms
## Algorithms:
* Dijkstra
* Floyd
* Bellman-Ford## Features:
* Finding the shortest/fastest route using algorithms
* Details about found route
* Block-schemas of algorithms
* Comparing reliabilities of topologies
* Comparing reliabilities of topology by cable count