Vidyalelo
Data Structure · Q120

Searching Algorithms

Programming · Data Structure · question 120

Q120

Exponential search algorithm requires which of the following condition to be true?

A.
array should be sorted
Answer
B.
array should have not be sorted
C.
array should have a less than 128 elements
D.
array should be partially sorted

Answer: Option A

Solution

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