Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 199 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 199 Bytes

GameOf8Puzzle

Solving Game of 8 puzzle using differint AI search algorithms BFS, IDS, and A*. The purpose of this project is compare the time and space complexity for different search algorithms.