Question:

Consider a list [−2, 0, 3, 5, 9, 11, 13]. Apply binary search to find element -2. Determine the number of key comparison required?

Updated On: Apr 19, 2024
  • 2
  • 3
  • 4
  • 1
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The correct option is(B):3
Was this answer helpful?
0
0