This commit is contained in:
2026-03-27 18:29:09 +01:00
parent 3c072de0f4
commit 349e58ce41
3 changed files with 77 additions and 30 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
WIDTH=20
HEIGHT=20
WIDTH=10
HEIGHT=10
ENTRY=1,1
EXIT=2,2
EXIT=9,9
OUTPUT_FILE=maze.txt
PERFECT=False
GENERATOR=DFS
SOLVER=AStar
PERFECT=True
GENERATOR=Kruskal
SOLVER=DFS