Skip to content

Implementation of general search algorithms for Pacman game scenarios

Notifications You must be signed in to change notification settings

natalib1/Search-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Search-algorithms

Implementation of general search algorithms for Pacman game scenarios

Python

search.py:

  1. depthFirstSearch (DFS)
  2. breadthFirstSearch (BFS)
  3. uniformCostSearch
  4. aStarSearch

searchAgents.py:

  1. CornersProblem
  2. findPathToClosestDot

About

Implementation of general search algorithms for Pacman game scenarios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages