Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c9glax/astar
Test of A* Algorithm
https://github.com/c9glax/astar
Last synced: 7 days ago
JSON representation
Test of A* Algorithm
- Host: GitHub
- URL: https://github.com/c9glax/astar
- Owner: C9Glax
- Created: 2022-05-04T23:20:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T14:59:28.000Z (almost 2 years ago)
- Last Synced: 2023-05-18T20:33:25.898Z (over 1 year ago)
- Language: C#
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astar
Test of A* Algorithm on real-world road data## Usage
`Executable.exe `### Linked Repos
- [Logging](https://github.com/C9Glax/Logging)
- [OSM-XML-Importer](https://github.com/C9Glax/OSM-XML-Importer)
- [Geo-Graph](https://github.com/C9Glax/Geo-Graph)
- [OSM-Landmarks](https://github.com/C9Glax/OSM-Landmarks)