Question:medium

Which of the following algorithms have time order of complexity?
• [A.] Insertion sort
• [B.] Worst case Search in Binary Search tree
• [C.] Insertion in Stack
• [D.] Quick sort worst case
Choose the correct answer from the options given below:

Show Hint

Constant time \(O(1)\) operations are always fastest; avoid confusing them with \(O(n)\) or \(O(n^2)\).
Updated On: Jun 5, 2026
  • C and D only
  • A and B only
  • A and C only
  • A and D only
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam