Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 246 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 246 Bytes

Maze

@autor Tamir Yurovskiy

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!