Home > Ai-Homework-1-Part-B

Ai-Homework-1-Part-B

Ai-Homework-1-Part-B is a project mainly written in Python, it's free.

Clean a room through BFS DFS and bestFS

To run use:

python code/main.py

The program accepts the following arguments or no arguments:

python code/main.py size_x size_y d bfs|dfs|bestfs

example:

python code/main.py 11 11 5 bfs

Previous:esmswall