Sorting algorithms/Quicksort: Difference between revisions

Content added Content deleted
imported>Rcmlz
imported>Rcmlz
Line 8,252: Line 8,252:
}
}
#=« Implementation Notes:
#=« Implementation Notes:
* use the current thread for More partition
* uses the current thread for More partition
* recursion on Less partition can create a large number of new threads
* recursion on Less partition can create a large number of new threads
* samewith() refactors out the actual name of the routine.
* samewith() refactors out the actual name of the routine.