# File test.rb, line 81 def Test::alphatest puts "########### Duplicates test" tree = RedBlackTree.new arry = } once upon a midnight dreary while I pondered weak and weary over many a quaint and curious volume of forgotten lore } shuffle arry arry.each {|item| tree << item } printtree tree puts "Left depth: #{tree.max_depth_of tree.root.left}" puts "Right depth: #{tree.max_depth_of tree.root.right}" end