Vidyalelo
Data Structure · Q32

Searching Algorithms

Programming · Data Structure · question 32

Q32

In which scenario does exponential search perform best?

A.
When the array has a small number of elements.
B.
When the array is sorted and has a large range of values.
Answer
C.
When the array contains duplicate elements.
D.
When the array has a small number of elements.

Answer: Option B

Solution

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