Examveda

Choose the incorrect statement about exponential search from the following.

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

Answer: Option B


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms