Skip to content

Implementing various search algorithms using Python, some of which are BFS, DFS, A-star, and MINIMAX.

Notifications You must be signed in to change notification settings

Zivbz/AI-Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AI-Pacman-project--Berekeley

The project involves implementing various search algorithms using Python. Some of the algorithms I've implemented include BFS, DFS, A-star, and MINIMAX. You can find my code in Projects 1 and 2 - search.py, searchAgents.py, and multiAgents.py.

About

Implementing various search algorithms using Python, some of which are BFS, DFS, A-star, and MINIMAX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages