Shell Sort (Shell) (Comparison Sorting Sorting)
Revision as of 08:32, 10 April 2023 by Admin (talk | contribs) (Created page with "== 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 == Reference == https://dl.acm.org/citation.cfm?doid=368370.368387")
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