Shellsort
- n. 希尔排序:一种计算机科学中的排序算法,是插入排序的一种改进版本,通过比较相隔一定间隔的元素来进行排序。
Shellsort
-
abstract:
Shellsort, also known as Shell sort or Shell's method, is an in-place comparison sort. It generalizes an exchanging sort, such as insertion or bubble sort, by starting the comparison and exchange of elements with elements that are far apart before finishing with neighboring elements.
以上来源于:
WordNet