Vidyalelo
Data Structure · Q280

Sorting Algorithms

Programming · Data Structure · question 280

Q280

What is the worst case analysis of shell sort using Shell's increments?

A.
O(N)
B.
O(N2)
Answer
C.
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