Introduction - If you have any usage issues, please Google them yourself
Using a simple array to achieve the following various sorting algorithms, and compared. Sorting algorithm: 1, 2, insertion sort, Shell sort 3, 4, bubble sort, quick sort 5, 6, a simple selection sort, heap sort (selected for) 7, merge sort (selected for) 8, radix sort (chosen as) 9, other