Skip to content

Repository files navigation

Intro_to_AI

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages