Page 1 of 1

Choose the incorrect statement about exponential search from the following.

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) Exponential search is an in place algorithm
b) Exponential search has a greater time complexity than binary search
c) Exponential search performs better than binary search when the element being searched is present near the starting point of the array
d) Jump search has a greater time complexity than an exponential search