Skip to content

Maze Solver algorithm for a maze of 2 rows and 10 columns

License

Notifications You must be signed in to change notification settings

mwa28/Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Maze Solver

The project includes three different modes. Each mode consist of defining the maze map in a different way. Each maze map contains a start point (S), an end point (E), and some obstacles. In mode 1, the default mode, you will be provided with a pre-defined map. In mode 2, the obstacle mode, the user will be asked to enter only obstacles where S and E are pre-defined. In mode 3, the maze mode, the user will be asked to enter the start point S, the end point E, and a certain number of obstacles. After each mode, the program will search for a solution of the maze grid or it will detect that there is no path (No solution

About

Maze Solver algorithm for a maze of 2 rows and 10 columns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published