Skip to content

The Maze Solver program uses a backtracking algorithm to determine if a mouse can escape from a maze. It systematically tries all routes through the maze and retraces back its path when it reaches a dead end. If all routes are exhausted, the program determines that the mouse is trapped.

Notifications You must be signed in to change notification settings

vmsaif/backTrackingAlgo

Error
Looks like something went wrong!

About

The Maze Solver program uses a backtracking algorithm to determine if a mouse can escape from a maze. It systematically tries all routes through the maze and retraces back its path when it reaches a dead end. If all routes are exhausted, the program determines that the mouse is trapped.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published