MCQOPTIONS
Saved Bookmarks
| 1. |
In which of the following case jump search performs better than interpolation search? |
| A. | When array has uniformly distributed values but is not sorted |
| B. | when array is sorted and has uniform distribution of values |
| C. | when array is sorted but the values increases exponentially |
| D. | when array is not sorted |
| Answer» D. when array is not sorted | |