From: "Simon Kröger" Date: 2006-01-03T07:57:50+09:00 Subject: Re: Numeric Maze (#60) Thanks for the testcases, i just found a shorter one for (700, 1) [700, 350, 352, 176, 88, 44, 22, 24, 12, 6, 8, 4, 2, 1] and a different one for test_minus_one_two_three_five_and_ten(TestNumericMaze) [quiz60.rb:448]: <[159, 318, 320, 160, 80, 40, 20, 10, 5, 7, 9, 18, 36, 72, 74, 76, 78, 156, 158]> expected but was <[159, 318, 320, 160, 80, 40, 20, 10, 12, 14, 16, 18, 36, 38, 76, 78, 156, 158]>. cheers Simon Stephen Waits wrote: > > On Dec 31, 2005, at 9:47 AM, Christer Nilsson wrote: > >> Steve, there seem to be at least one difference: >> >> <[300, 302, 304, 152, ... , 2, 1]> expected but was >> <[300, 150, 152, ... , 2, 1]>. > > > Thanks Christer... > > I'll fix that one. My search was far from exhaustive. :) > > --Steve