(Some) Maze Generation Algorithms
When I was studying Software Engineering, I wrote (for fun) a program that generates mazes. I wrote a variety of algorithms and bellow you will find some that I implemented. The algorithms are all written in pseudo-code. Before diving in, a few clarifications: Cell: a block that can be...