Q340
What is the worst case analysis of Shell sort using Sedgewick's increments?
A.
O(N2)
B.
O(N3/2)
C.
O(N4/3)
AnswerD.
O(N5/4)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board