Skip to search formSkip to main contentSkip to account menu

Shellsort

Known as: Shell Sort, Shell, Shell's method 
Shellsort, also known as Shell sort or Shell's method, is an in-place comparison sort. It can be seen as either a generalization of sorting by… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
In the data there is a sorting process which is sorting data with certain rules, so that it will be arranged in the algorithm… 
2015
2015
Algorithm performance coverage in textbooks emphasizes patterns of growth in execution times, relative to the size of the problem… 
2015
2015
Sorting is a commonly used operation in field of computer science. Sorting is the process to arrange the data in either ascending… 
2012
2012
- Theories of Computer Sciences & Engineering nowadays are being only read than being designed and practiced. Hence in this paper… 
2012
2012
Sorting appears the most attention among all computational tasks over the past years because sorted data is at the heart of many… 
1997
1997
We show lower bounds on the worst-case complexity of Shellsort. In particular, we give a fairly simple proof of an ?(n(lg2n… 
1996
1996
A perturbation technique can be used to simplify and sharpen A. C. Yao's theorems about the behavior of shellsort with increments… 
1992
1992
The authors give improved lower bounds for Shellsort based on a new and relatively simple proof idea. The lower bounds obtained… 
1987
1987
Shellsort is a simple classic algorithm that runs competitively on both midsized and nearly sorted files. It uses a increment…