MCQOPTIONS
Saved Bookmarks
| 1. |
Interpolation search performs better than binary search when? |
| A. | array has uniformly distributed values but is not sorted |
| B. | array is sorted and has uniform distribution of values |
| C. | array is sorted but the values are not uniformly distributed |
| D. | array is not sorted |
| Answer» C. array is sorted but the values are not uniformly distributed | |