Vidyalelo
Data Structure · Q340

Sorting Algorithms

Programming · Data Structure · question 340

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)
Answer
D.
O(N5/4)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board