need to fix the unperfect maze and add the function in the kruskal generator

This commit is contained in:
Maoake TERIIEROOITERAI
2026-03-26 00:58:07 +01:00
parent 24748c47ad
commit 5aec319f7b
6 changed files with 41 additions and 45 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
WIDTH=30
HEIGHT=30
WIDTH=20
HEIGHT=20
ENTRY=1,1
EXIT=29,29
EXIT=2,1
OUTPUT_FILE=maze.txt
PERFECT=True
GENERATOR=Kruskal
PERFECT=False
GENERATOR=DFS
SOLVER=AStar