MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of interpolation search when the input array has uniformly distributed values and is sorted? |
| A. | O(n) |
| B. | O(log log n) |
| C. | O(n log n) |
| D. | O(log n) |
| Answer» C. O(n log n) | |