Courses
Tutorials
Practice
Jobs
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Earn Google Badge
DSA Tutorial
System Design Tutorial
Aptitude Questions and Answers
Web Development Technologies
AI, ML and Data Science Tutorial
DevOps Tutorial
Placement 360 Course
Explore
Top MCQs on CombSort Algorithm with Answers
Last Updated :
Discuss
Comments
Question 1
What is the average case performance for Comb Sort? (Note: 'i' in the options is the number if increments)
A
Ω(n
2
/ i)
B
Ω(n
2
/ 2
i
)
C
Ω(n
2
/ 4
i
)
D
Ω(n
2
/ 3
i
)
Tags:
DSA Quiz
There are 1 questions to complete.
Take a part in the ongoing discussion
View All Discussion
✕