You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python code for solving a 3 * 3 sliding puzzle game. This code employs up to 3 heuristic functions for solving this puzzle, and returns the number of steps taken to do so along with the step by step methodology of solving the puzzle.