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