Search Algorithms Implementation of the following search algorithms for the 8-Puzzle and 15-Puzzle problems: Breadth-First Search (BFS) Iterative Deepening Search (IDS) Greedy Breadth-First Search (GBFS) A* IDA* See the report for results and more details.