In which of the cases uniform binary search fails compared to binary search?
A. Complexity of code
B. Many searches will be performed on several arrays of the same length
C. Many searches will be performed on the same array
D. A table lookup is generally faster than an addition and a shift
Answer: Option A
Join The Discussion