Question

Which of the following statements is false?
a) The linear searching method works well for small arrays.
b) The linear searching method works well for unsorted arrays.
c) The binary search algorithm eliminates from consideration one half of the elements in a sorted array after each comparison.
d) The binary search terminates only when the search key is equal to the middle element of a subarray.

Answer

This answer is hidden. It contains 3 characters.