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
Labyrinth/Maze with automatic search for SHORTEST EXIT.
Program generates maze
and sets random start place from which it begins to
search for route to exit using recursion.
When an exit is found, the exit route is marked with "D".