filmov
tv
Shell Sort | Sorting Algorithm | Data Structure and Algorithm | justCode( ) | Hands On | Java

Показать описание
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 exchange or sorting by insertion. The method starts by sorting pairs of elements far apart from each other, then progressively reducing the gap between elements to be compared.