From: Bill Kelly Date: 2002-08-07T05:09:10+09:00 Subject: Re: Coding challenge (on Ruby Garden) Hi, From: "Tom Sawyer" > > bill can you tell where mine is failing? it passes david's tests plus > the one avi's missed --which your test dosn't seem to catch. would like > to fix mine though if there's a bug. I tried reducing the dataset size as far as possible and having it still fail. It seems to fail on this: big_items = [1, 3, 2, 4] big_rows = [[ 2 ], [ 1 ], [ 3 ], [ 4 ]] Hope this helps, Bill