In the best-case scenario, how many comparisons are required to locate an element in an array of size n using binary search?
n
log n
1
n^2

Data Structures and Algorithms Exercises are loading ...