Examveda

What is the worst case time complexity of comb sort?

A. O(n2)

B. O(n log n)

C. O(n)

D. O(n2/2a) (a=number of increment)

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms