InterviewSolution
Saved Bookmarks
| 1. |
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 searchThe question was posed to me in an interview for job.Asked question is from Searching in portion Searching of Data Structures & Algorithms II |
|
Answer» Right option is (b) Exponential search has a greater TIME complexity than BINARY search |
|