A-star-Solver-for-a-8-Tile-Puzzle
PublicA*(Star) search algorithm to solve a 3×3 sliding puzzle with tiles 1–7 and two empty slots. The system explores the state space using a Manhattan distance heuristic and reconstructs the solution path with move counts and maximum queue size.