From: "ako..." Date: 2005-12-07T06:27:34+09:00 Subject: Re: Speed Golf - Remove Early Dups my reasoning was that the code loops over the array and on every iteration sequentially searches another array of the same length. this is similar to bubble sort where on every iteration the current element is moved to the beginning of the array until its place in the order is found. but this is not really important, so let us not argue over this ; -) konstantin