Vidyalelo
Data Structure · Q85

Searching Algorithms

Programming · Data Structure · question 85

Q85

In which of the cases uniform binary search fails compared to binary search?

A.
Complexity of code
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board