Description: Quicksort is a fine general purpose sorting algorithm. For different kinds
of data, however, it may not be the fastest or the best. For example, it has
trouble sorting lists that contain many duplicate values and the algorithm
countingsort is much faster at sorting numeric data.
To Search:
File list (Check if you may need any files):
QUIKSORT.vbw
REMOVEDU.BAS
Removedu.frm
SORT.BAS
Demo.frm
QUIKSORT.VBP