AhmedIssa11 / Maze-Solving-Agent

AI maze solving agent to find the shortest path using searching algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AI maze solving agent to find the shortest path using searching algorithms


Languages

Language:C# 100.0%