From 6db8278581400084a638fe189ef5e6bc1d1fc003 Mon Sep 17 00:00:00 2001 From: Glax <13404778+C9Glax@users.noreply.github.com> Date: Sun, 13 Nov 2022 16:58:16 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7736f4..bb7475e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -### astar +# astar Test of A* Algorithm on real-world road data -# Linked Repos +## 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)