Programming lesson for the day: posted 11/12/2012 11:40:18 PM
> does not equal >= It took me about half an hour to figure out that the program was failing because only half of the items were passing my compareTo comparison (I used a.compareTo(b) > 0 instead of >= 0).