balanced quicksort
Sort algorithms home
JavaCFORTRANPASCAL
sort
balanced quicksort
Inherits from quicksort
A variant of quicksort which attempts to choose a pivot likely to represent the middle of the values to be sorted. [National Institute of Standards and Technology]