- Category:
- Data structs
- Tags:
-
- File Size:
- 1kb
- Update:
- 2018-04-10
- Downloads:
- 0 Times
- Uploaded by:
- 晴栀菀歌°
Description: Hill sorting (Shell Sort) is a sort of insertion sort. Also known as narrowing incremental sort, is a more efficient version of the direct insertion sort algorithm. The Hill sort is an unstable sorting algorithm. The method was named after DL.Shell was put forward in 1959.
The Hill sort is grouped by a certain increment of the record. Each group uses direct insertion sort algorithm. As the increment gradually decreases, each group contains more and more keywords. When the increment is reduced to 1, the whole file is divided into one group and the algorithm terminates.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
希尔排序.cpp | 3240 | 2018-04-10 |