From 3d9f08034caa034797225df750bd8ae9811d0768 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Fri, 27 Mar 2026 08:33:46 +0300 Subject: Add a TODO entry for greedy-best-first algo --- main.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3