fixing the conflict

This commit is contained in:
Maoake Teriierooiterai
2026-03-30 14:47:16 +02:00
3 changed files with 181 additions and 175 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
WIDTH=15
HEIGHT=15
ENTRY=1,1
EXIT=11,11
EXIT=13,13
OUTPUT_FILE=maze.txt
PERFECT=False
GENERATOR=DFS
SOLVER=DFS
SOLVER=AStar