InterviewSolution
Saved Bookmarks
| 1. |
On how many increment sequences does the worst case analysis of shell sort depends?(a) one(b) two(c) three(d) fourI have been asked this question in examination.I'd like to ask this question from Shell sort topic in section Sorting of Data Structures & Algorithms II |
|
Answer» CORRECT choice is (C) three The explanation is: The WORST case analysis of shell sort depends on two increment sequences- using Shell’s increments, Sedgewick’s and HIBBARD’s increments. |
|