From cdf2fa8f86e19929f5d393f292cadc1f18ceabfc Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Fri, 27 Mar 2026 09:09:00 +0300 Subject: Start working in Dijkstra --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 7c95dd8..eabc052 100644 --- a/main.c +++ b/main.c @@ -72,6 +72,7 @@ int main(int argc, char **argv) { * -f {filename} to load a map from the filename * -4 for four directions * -8 for eight directions */ + /* TODO: Argument to choose the algorithm */ int opt; while ((opt = getopt(argc, argv, ":am:f:48")) != -1) { switch (opt) { -- cgit v1.2.3