Solving a Maze with Tree Traversal

389
0
Published 2017-09-12
This project was made after watching
https://www.youtube.com/watch?v=cZPXfl_tUkA&t=0s
with intention of being added as an example in the Arcane Algorithm Archive
https://leios.gitbooks.io/algorithm-archive/

The algorithm I used to make the maze was (fittingly enough) the Depth-first search generation described here https://en.wikipedia.org/wiki/Maze_generation_algorithm