MilanPecov/15-Puzzle-Solvers
This project solves the classic 15-puzzle using A* and Breadth First algorithms, implemented in Python. It features a combined heuristic of Manhattan Distance, Linear Conflict, and Walking Distance for optimal performance and includes a user-friendly graphical interface to visualize the solution
PythonMIT
Issues
- 4
Solving game with different columns and rows
#5 opened by jdleung - 1
Which is the main source code?
#4 opened by bimarsh123 - 1
It loops forever with this combination
#2 opened by dliloch - 1
it never computes for 8X8 string
#1 opened by SyedOsman33