Main /
QuickSortAlgorithmCategories: GEN rds-hosted Library Routines Quick Sort Algorithm 2K Author: Greg Haberek Date: Nov 14 2004 http://www.rapideuphoria.com/qsort.zip Quick Sort is faster than Shell Sort, especially when used on large sequences of very random values. An example program is included that compares qsort() to Euphoria's native sort(). |