Search Algorithms used by Pacman to search for food pallets in Pacman world. This Project contains the implementation of different search algorithms used by Pacman. Search Algorithm includes : Depth First Search Breadth First Search Uniform Cost Search A star Search Good heuristic for A star search