aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-27 08:33:46 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-27 08:33:46 +0300
commit3d9f08034caa034797225df750bd8ae9811d0768 (patch)
tree230dc0dc47c22383d0ac2a385c9f938cb5643f54 /main.c
parentfb61acb97b7564ed9b85049a200c335f393ef05f (diff)
downloadastar-3d9f08034caa034797225df750bd8ae9811d0768.tar.xz
Add a TODO entry for greedy-best-first algo
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 09c589e..c1d3c73 100644
--- a/main.c
+++ b/main.c
@@ -14,6 +14,7 @@
#include "path.h"
/* So, TODO for now:
+ - Implement greedy-best-first algorithm (4 and 8 dir)
- Implement Dijkstra algorithm (4 and 8 dir)
- Implement the A* algorithm (4 and 8 dir)
- MORE MAPS FOR THE MAP PEOPLE