Implementing the Sidewinder Algorithm
Learn to implement the Sidewinder algorithm in Ruby.
We'll cover the following...
Implementing the Sidewinder algorithm on Grid
The Sidewinder algorithm is similar in many respects to the Binary Tree algorithm. You'll recall that it has similar biases, and even a (conceptually) similar approach, randomly choosing at each step to either carve east from the ...