Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 181 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 181 Bytes

8-puzzle-problem

8 puzzle problem is a very practical problem which I've solved and implemented the code using A-star informed search algorithm and in python, respectively.