Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 260 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 260 Bytes

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.