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.
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board