diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-27 08:39:56 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-27 08:39:56 +0300 |
| commit | c3530ad46236adbba18bf47a5cc3841b0578ff70 (patch) | |
| tree | a98840004a2cdc15d20f59d00509e5ab8438ac17 /main.c | |
| parent | 9b489f4743ba1e4b1b5f7a476ab4eaf99ee586b3 (diff) | |
| download | astar-c3530ad46236adbba18bf47a5cc3841b0578ff70.tar.xz | |
Add a TODO entry
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ #include "path.h" /* So, TODO for now: + - Allow maps to have costs - Implement greedy-best-first algorithm (4 and 8 dir) - Implement Dijkstra algorithm (4 and 8 dir) - Implement the A* algorithm (4 and 8 dir) |
