AStar/README.md

12 lines
429 B
Markdown
Raw Normal View History

2022-05-11 22:25:09 +02:00
### astar
2022-05-05 01:20:54 +02:00
Test of A* Algorithm
2022-05-06 00:58:16 +02:00
2022-05-11 22:25:09 +02:00
# Project
2022-05-06 00:58:16 +02:00
- *astar* and *Graph* can be used as standalone (combined)
2022-05-11 22:24:12 +02:00
- *OpenStreetMap Importer* Loads a .osm file (currently as ressource included). Requires *Graph*.
2022-05-06 00:58:16 +02:00
- *Executable* ties everything together for testing
2022-05-11 22:24:12 +02:00
[OpenStreetMap](https://www.openstreetmap.org/) data included.
2022-05-06 01:02:33 +02:00
![grafik](https://user-images.githubusercontent.com/13404778/167040930-1a216ecb-c36d-4a19-8afc-310c06d2784e.png)