This app is a simulation of a maze generation algorithm. The
This app is a simulation of a maze generation algorithm. The theory that was based on this algorithm is called the depth-first search algorithm which is usually implemented with a backtracking with recursive backtracker.