Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 454 Bytes

AI-Coursework

Solutions for Berkeley AI Course and University of Constantine AI Course projects

Project 0

Source is http://ai.berkeley.edu/search.html and the project is written in Python 2.7 with the virtual environment setup along with the project files.

The goal in this project is to guide pacman in finding a fixed food dot on the board using search algorithms namely DepthFirstSearch,BreadthFirstSearch,UniformCostSearch and A* search.