Algorithms | CombSort | Question 1
What is the average case performance for Comb Sort?
(Note: ‘i’ in the options is the number if increments)
(A) Ω(n2 / i)
(B) Ω(n2 / 2i)
(C) Ω(n2 / 4i)
(D) Ω(n2 / 3i)
Answer: (B)
Explanation:
Quiz of this Question