Vidyalelo
Data Structure · Q118

Searching Algorithms

Programming · Data Structure · question 118

Q118

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
Answer
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

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board