When the arrow appears in the bottom-right corner of the screen, click anywhere to advance. This explains how you would go about sorting a list of numbers in order from smallest to largest, using a sorting algorithm called QuickSort. QuickSort is one of those "divide and conquer"-type algorithms, and also sorts its own partitions, therefore it is classified as a recursive algorithm. See inside for a prebuilt QuickSort algorithm.