What is the time complexity of exponential search?

Searching Algorithms Questions Medium



24 Short 58 Medium 71 Long Answer Questions Question Index

What is the time complexity of exponential search?

The time complexity of exponential search is O(log n), where n is the size of the input array.