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
a) O(n1/2)
b) O(log log n)
c) O(n)
d) O(log n)
b) O(log log n)
c) O(n)
d) O(log n)