Run search:
python search.py <Graph> <Algorithm> [args]
or
search <Graph> <Algorithm> [args]
Algorithms:
- BFS
- DFS
- Greed
- AS
- Beam
- UCS
Graphs:
- PathFinder-test.txt
- PathFinder-test2.txt
- PathFinder-test3.txt
- PathFinder-test4.txt
args:
- --gui
Run tests:
pytest ./tests