Examveda

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

A. O(N2)

B. O(N3/2)

C. O(N4/3)

D. O(N5/4)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms