Question: Sort [ Problem Description ] Realize direct insertion sort, half insertion sort, bubble sort, quick sort, select sort, heap sort and merge sort. [ Basic
Sort
[Problem Description]
Realize direct insertion sort, half insertion sort, bubble sort, quick sort, select sort, heap sort and merge sort.
[Basic Requirements]
- Raw data is generated randomly.
- For different problem size, output the number of comparisons and moves required by various sorting algorithms
- When the program is running, input the problem size from the keyboard, the source data is randomly generated by the system, and then output the comparison times and movement times required by various sorting algorithms under this problem scale.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
