MCQOPTIONS
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 search |
| Answer» C. Exponential search performs better than binary search when the element being searched is present near the starting point of the array | |