A sort that in each pass increases by one the number of elements it is sorting? First pass it does nothing (or this pass can be skipped). Second pass it sorts the first and second elements. Third pass it sorts the third element. etc...
Thanks!
-mosdef