reimplementation of qsort fix so that comparison routine can call qsort do insertion sort of each partition at THRESH detect already sorted data and skip partition sort select a better median in a fe
reimplementation of qsort fix so that comparison routine can call qsort do insertion sort of each partition at THRESH detect already sorted data and skip partition sort select a better median in a few cases some coding improvements, and lots of comments
show more ...
|