fix(astar): the actual astar wasn't the real astar algoritm

This commit is contained in:
2026-03-29 15:38:40 +02:00
parent fa38f7a311
commit 92c6237f06
2 changed files with 124 additions and 103 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
WIDTH=11
HEIGHT=11
WIDTH=15
HEIGHT=15
ENTRY=1,1
EXIT=11,11
EXIT=15,15
OUTPUT_FILE=maze.txt
PERFECT=True
PERFECT=False
GENERATOR=Kruskal
SOLVER=AStar