How to reduce long execution time in an A* search for 8-puzzle – Artificial Intelligence
I'm trying to implement heuristic search strategy A* to the puzzle "8-puzzle" in Lisp. To run my search I use the command: (run-best '(0 1 2 3 4 5 6 B 7) '(0 1 2 3 4 5 6 7…