Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 264 Bytes

Search-algorithms

Implementation of general search algorithms for Pacman game scenarios

Python

search.py:

  1. depthFirstSearch (DFS)
  2. breadthFirstSearch (BFS)
  3. uniformCostSearch
  4. aStarSearch

searchAgents.py:

  1. CornersProblem
  2. findPathToClosestDot