Vidyalelo
Data Structure · Q8

Searching Algorithms

Programming · Data Structure · question 8

Q8

What is the primary advantage of using exponential search over binary search?

A.
It works with unsorted arrays.
B.
It can handle non-uniform data distributions.
C.
It is easier to implement.
D.
It is more efficient for very large datasets.
Answer

Answer: Option D

Solution

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