Skip to content

A generic maze solver using search Algorithms in python

Notifications You must be signed in to change notification settings

Mostafa-Ebrahim/AI-Maze

Repository files navigation

AI-Maze

Maze solver using AI search Algorithms including:

  • Breadth-First Search
  • Depth-First Search
  • Uniform-Cost Search
  • greedy Best-First Search
  • A* Search

Usage:

python main.py maze1.txt greedy

Output Example:

example

refers to solution path

x refers to visited nodes

About

A generic maze solver using search Algorithms in python

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages