Question:medium

Arrange the following time complexities in increasing order:
• [A.] Linear search worst case
• [B.] Quick sort expected running time
• [C.] Binary search best case
• [D.] Bubble sort worst case
Choose the correct answer from the options given below:

Show Hint

Always remember growth order: \(1 < \log n < n < n\log n < n^2 < 2^n\).
Updated On: Jun 5, 2026
  • A, C, B, D
  • C, D, B, A
  • C, A, B, D
  • A, B, C, D
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam