Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
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)
Ω(n
2
/ i)
Ω(n
2
/ 2
i
)
Ω(n
2
/ 4
i
)
Ω(n
2
/ 3
i
)
This question is part of this quiz :
Top MCQs on CombSort Algorithm with Answers
Tags:
DSA Quiz
Share your thoughts in the comments
Add Your Comment
GeeksforGeeks