MediumUnderstandSorting & SearchingMultiple Choice

What is the lower bound on the number of comparisons needed to sort n elements?

Understand Tests comprehension and ability to explain concepts.

Answer Options

AO(n)
BOmega(n log n)
CTheta(n)
DO(n²)

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 31+ more Sorting & Searching questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Sorting & Searching topic (Algorithms).

More Sorting & Searching Questions