Given the size n, initial state, and search method, you can solve a sliding puzzle through the use of BFS, DFS, GBFS, and/or AStar.
java astar artificial-intelligence sliding-puzzle-game breadth-first-search depth-first-search greedy-bfs
-
Updated
Nov 14, 2021 - Java