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
This program finds out the possible paths to go out of a maze.
The input is the mouse position (remember that columns and
rows start at 0) and the maze pattern. The program uses
backtracking strategy.
Good luck!
About
This program finds out the possible paths to go out of a maze.