Skip to content

Find if a path exists in a maze for a rat trying to reach his piece of cheese

Notifications You must be signed in to change notification settings

firozhc/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MazeSolver

Find if a path exists in a maze for a rat trying to reach his piece of cheese This is a demo program using recursive techniques and graph coloring algorithms to solve a maze puzzle composed of 0s and 1s where 1 denotes a valid path and 0 indicates a wall. The cheese is denoted by position 9

About

Find if a path exists in a maze for a rat trying to reach his piece of cheese

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages