The complexity of Binary Search Algorithm is expressed as:
2025
The complexity of Binary Search Algorithm is expressed as:
Answer: C. O(log2 n)
- A.
O(loge n)
- B.
O (n2)
- C.
O(log2 n)
- D.
O (n)
Attempted by 576 students.
Show answer & explanation
Correct answer: C
Loading lesson…