▲ | ekelsen 2 days ago | ||||||||||||||||
Wouldn't it make sense to test radix sort? You could do it in one pass with 2 bits and it would degrade gracefully as the number of bits increased. A MSB bucketing followed by LSB passes would take care of the 5% random data case with good efficiency. | |||||||||||||||||
▲ | Voultapher a day ago | parent [-] | ||||||||||||||||
radsort a radix sort is present in the comparison results. | |||||||||||||||||
|