Lab 1 - Search Algorithms
Lab 1 - Search Algorithms
The implementa;on of the above pseudo-code in Python is given in the file UCS_Maze. ipynb for
a template maze.
For the following maze, and from the pseudo-Code of the UCS algorithm and the aFached Python
code:
1. Implement the Depth-First Search (DFS) algorithm
2. Implement the Breadth-First Search (BFS) algorithm
3. Implement the A* algorithm