Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abinba/wroclaw-connections
Study project to try different graph algorithms on Wroclaw's transport open data.
https://github.com/abinba/wroclaw-connections
Last synced: about 4 hours ago
JSON representation
Study project to try different graph algorithms on Wroclaw's transport open data.
- Host: GitHub
- URL: https://github.com/abinba/wroclaw-connections
- Owner: abinba
- Created: 2024-03-19T23:56:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T23:05:42.000Z (7 months ago)
- Last Synced: 2024-04-12T04:25:07.543Z (7 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wroclaw Transport Study Project
## Introduction
## Data
## Algorithms
- [x] Dijkstra's algorithm
- [x] A* algorithm
- [x] Knox algorithm (Tabu search)## Results