Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 180 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 180 Bytes

8-puzzle-Python

Implementing and testing search algorithms on the 8-puzzle game using Python.

Search algorithms tested:

  • A* search
  • Breadth-first search
  • Depth-first search