You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RecursiveMouse.py recursively solves a maze structured as a 2D array. It displays a solution along with the number of possible solutions for a given maze.
StackedMouse.py also solved a maze structured as a 2D array, but using stacks.
About
Solves a given maze (an array) recursively. Project was part of university coursework (Maze class constructor and tester file were provided).