Understanding Eller’s Algorithm
Learn about Eller’s algorithm, which is an unlikely union of the Sidewinder algorithm and Kruskal’s algorithm.
We'll cover the following...
Background
So many algorithms! From the Binary Tree and Sidewinder to Kruskal’s and Prim’s and Growing Tree, we’ve learned a lot about the different methods of generating random mazes. If we’re counting Dijkstra’s, there are 11 in total.
There are only two more left to cover! ...
Ask