diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-27 08:33:46 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-27 08:33:46 +0300 |
| commit | 3d9f08034caa034797225df750bd8ae9811d0768 (patch) | |
| tree | 230dc0dc47c22383d0ac2a385c9f938cb5643f54 | |
| parent | fb61acb97b7564ed9b85049a200c335f393ef05f (diff) | |
| download | astar-3d9f08034caa034797225df750bd8ae9811d0768.tar.xz | |
Add a TODO entry for greedy-best-first algo
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
