Q16
What is the average-case time complexity of interpolation search when the data is uniformly distributed?
A.
O(n log n)
B.
O(n)
C.
O(log log n)
D.
O(log n)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board