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*