MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following searching algorithm is fastest when the input array is not sorted but has uniformly distributed values? |
| A. | jump search |
| B. | linear search |
| C. | binary search |
| D. | interpolation search |
| Answer» C. binary search | |