MCQOPTIONS
Saved Bookmarks
| 1. |
Interpolation search is an improved variant of binary search. It is necessary for this search algorithm to work that |
| A. | Data collection should be in sorted form and equally distributed. |
| B. | Data collection should be in sorted form and but not equally distributed. |
| C. | Data collection should be equally distributed but not sorted. |
| D. | None of the above. |
| Answer» B. Data collection should be in sorted form and but not equally distributed. | |