finish the norm

This commit is contained in:
Maoake Teriierooiterai
2026-04-06 18:17:45 +02:00
parent 4d5662c248
commit f5131f0e01
5 changed files with 26 additions and 8 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
WIDTH=9
HEIGHT=7
ENTRY=1,1
EXIT=4,5
WIDTH=15
HEIGHT=15
ENTRY=2,1
EXIT=3,5
OUTPUT_FILE=con.txt
PERFECT=False
GENERATOR=Kruskal
GENERATOR=DFS
Solver=AStar