https://github.com/maxilevi/airport-system
implementation of several graph algorithms (dijkstra, prim, pagerank, bfs, etc) using airport & flights data
https://github.com/maxilevi/airport-system
airports algorithms dijkstra-algorithm flights graph-algorithms graph-theory graph-traversal
Last synced: 8 months ago
JSON representation
implementation of several graph algorithms (dijkstra, prim, pagerank, bfs, etc) using airport & flights data
- Host: GitHub
- URL: https://github.com/maxilevi/airport-system
- Owner: maxilevi
- Created: 2019-11-23T02:10:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T05:04:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T07:12:57.588Z (9 months ago)
- Topics: airports, algorithms, dijkstra-algorithm, flights, graph-algorithms, graph-theory, graph-traversal
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# airport-system
implementation of several graph algorithms (dijkstra, prim, pagerank, bfs, etc) using airport & flights data