n-puzzle icon indicating copy to clipboard operation
n-puzzle copied to clipboard

Single-page web app for learning about graph search algorithms, such as Depth-First Search and A* Search

Results 1 n-puzzle issues
Sort by recently updated
recently updated
newest added

For n-puzzles you can check to see if the puzzle is actually solvable by seeing the inversions. It depends on a few things but here's the article: https://www.geeksforgeeks.org/check-instance-8-puzzle-solvable/