Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 473 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 473 Bytes

8-puzzle-solution

Solution to the 8 puzzle prooblem using BFS and DFS in python. The solution can easily be used be converted for solving a 15-puzzle problem.

image image