MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the most desirable condition for interpolation search? |
| A. | array should be sorted |
| B. | array should not be sorted but the values should be uniformly distributed |
| C. | array should have a less than 64 elements |
| D. | array should be sorted and the values should be uniformly distributed |
| Answer» E. | |