Introduction - If you have any usage issues, please Google them yourself
Using a simple array to achieve a variety of sorting algorithms, and compared.Sorting algorithm:1, insertion sort2, Hill sort3, bubble sort4, Quick Sort5, Simple Selection Sort6, heap sort 7, merge sort