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: Option D
Join The Discussion