Shell Sort (Shell) (Comparison Sorting Sorting)
Jump to navigation
Jump to search
Time Complexity
$O(n^{2})$
Space Complexity
$O({1})$ words
(in-situ sorting)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1959