Introduction - If you have any usage issues, please Google them yourself
Because of different methods to sort of adapt to different application environments and requirements, so choose the right sort of approach should consider the following factors: ① the number of records to be sorted n ② record size (scale) ③ keyword structure and initial state ④ stability requirements ⑤ conditions Language Tools ⑥ storage structure ⑦ time and space complexity, such as auxiliary. This procedure on the following seven kinds of commonly used sorting algorithm to the measured internal comparison: Insertion Sort, Hill sorting, foaming sort, quick sort, merge sort, selection sort, heap sort. I mainly responsible for sequencing and HEAPSORT Hill.