Page 1 of 1

What is the time complexity of exponential search when the input array is sorted but the values are not uniformly distri

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) O(n1/2)
b) O(log log n)
c) O(n)
d) O(log n)