Search-algorithms Implementation of general search algorithms for Pacman game scenarios Python search.py: depthFirstSearch (DFS) breadthFirstSearch (BFS) uniformCostSearch aStarSearch searchAgents.py: CornersProblem findPathToClosestDot