Skip to content

maze-solver is a python program that searches an optimal way from starting position S to goal position E

License

Notifications You must be signed in to change notification settings

TheShubhendra/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver

maze-solver is a python program that searches an optimal way from starting position S to goal position E

How to use

  1. clone the repository or download the code.
  2. open terminal or command prompt
  3. python3 maze.py <filename> <algorithm>(optional)

Example

python maze.py examples/maze4.txt BFS

Example

Algorithms

BFS : Breath First Search Algorithm

DFS : Depth First Search Algorithm

GFS : Greedy First Search Algorithm

*KSS : K Star Search Algorithm

Maze file

S : represents starting position

E : represents ending position

# : represents walls or obstacles

About

maze-solver is a python program that searches an optimal way from starting position S to goal position E

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages