Q280
What is the worst case analysis of shell sort using Shell's increments?
A.
O(N)
B.
O(N2)
AnswerC.
O(N1/2)
D.
O(N3/2)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board