This repository contains solution to the pacman search problems of the UC Berkley CS188 AI class.
Navigate to the search.py file in the root and look up the dfs, bfs, ucs, and astar implementations. If you wish to get more information about the question, http://ai.berkeley.edu/search.html this is the link to the task.