Skip to content

Solves a given maze (an array) recursively. Project was part of university coursework (Maze class constructor and tester file were provided).

Notifications You must be signed in to change notification settings

mankinb/Mouse-in-a-Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Solver

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages