Search Algorithms

Four search algorithms are applied to the Blocks World Tile Puzzle problem under two different approaches (Tree Search and Graph Search). The algorithms are:

DFS
BFS
IDS
A*

Want to know more?

Click the buttons to get a detailed report of the project or go to the repository on GitHub.