...

/

The Binary Tree Algorithm

The Binary Tree Algorithm

Learn what the Binary Tree algorithm is and how it can be used for random maze generation.

The Binary Tree algorithm for mazes

The Binary Tree algorithm is, quite possibly, the simplest algorithm around for generating a maze. As its name suggests, it ...