Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 373 Bytes

Maze-Solving-Agent

In this project, we developed an efficient AI maze solving agent to find the shortest path from source to destination by using Path-Finding algorithms.

Implementation of the following Searching Algorithms:

  • BFS
  • Greedy-Search
  • A*

User Interface:

maze