Skip to content
/ Search-Algorithms Public template

Implemented (1) breadth-first search and (2) A* search to help an AI agent to find a path through the maze and reach the exit. The agent can move in one of four directions North, West, South, or East. Search algorithms are expected to return the full path from the start position to the goal location as a Python list.

Notifications You must be signed in to change notification settings

memawhite/Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

Implemented (1) breadth-first search and (2) A* search to help an AI agent to find a path through the maze and reach the exit. The agent can move in one of four directions North, West, South, or East. Search algorithms are expected to return the full path from the start position to the goal location as a Python list.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages