A detailed examination of the Floyd cycle detection algorithm in Ruby — In our discussions of Data Structures and Algorithms in Ruby we have investigated Singly Linked Lists and applied some standard methods on them including #push, #pop, #shift, #unshift, #get, #set, #remove, and #reverse. See here and here for the two articles going through these methods. Odd as it may seem…