Introduction - If you have any usage issues, please Google them yourself
Using random function to generate 20000 random integers 8 samples (one of which is positive, one is the reverse), using a direct insertion sort, binary insertion sort, bubble sort, quick sort, selection sort, heap sort, radix sort seven kinds of sorting methods (the order small to large), and statistics each sorting algorithm takes on different sample time (i.e. comparison number).