AbhinavAdarsh / PacmanSearchAlgorithms

First Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :

  1. Depth First Search
  2. Breadth First Search
  3. Uniform Cost Search
  4. A star Search
  5. Good heuristic for A star search

About

First Project


Languages

Language:Python 100.0%