From 6fc30f8bb3bd345a30a36936e4008c3703aa01f0 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sun, 3 May 2026 13:12:25 +0300 Subject: Print algo name when printing time --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 0c2679a..de53416 100644 --- a/config.h +++ b/config.h @@ -76,6 +76,9 @@ /* --- End of keybindings --- */ +#define ASTAR_STRING "A*" +#define DIJKSTRA_STRING "Dijkstra's" + #define MESSAGE_MAX_SIZE 256 #define FILENAME_BUF_SIZE 128 -- cgit v1.2.3