AI project.
Uniform Search Algorithms implementations.

USAGE:

python driver.py bfs 5,4,2,0,1,7,6,8,3
python driver.py dfs 5,4,2,0,1,7,6,8,3
python driver.py ast 5,4,2,0,1,7,6,8,3
OUTPUT:

output.txt