/Sliding-puzzle-solver

A python code for solving the sliding puzzle game

Primary LanguagePython

Sliding-puzzle-solver

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.