fix Astar solver

This commit is contained in:
2026-04-03 17:59:37 +02:00
parent 6189d7f321
commit 04c28a851f
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
WIDTH=100
HEIGHT=100
WIDTH=15
HEIGHT=15
ENTRY=1,1
EXIT=5,7
EXIT=15,10
OUTPUT_FILE=con
PERFECT=True
GENERATOR=Kruskal