Algorithms | CombSort | Question 1

Last Updated :
Discuss
Comments
What is the average case performance for Comb Sort? (Note: 'i' in the options is the number if increments)

Ω(n2 / i)

Ω(n2 / 2i)

Ω(n2 / 4i)

Ω(n2 / 3i)

Share your thoughts in the comments