Introduction - If you have any usage issues, please Google them yourself
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.