Which of the following statement(s) is/are NOT TRUE for binary search algorithm? (select all that apply] * Binary search algorithm can be used for any arrays. Binary search algorithm can be implement using either iterative or recursive solutions. The worst-case time complexity of binary search is greater than sequential search Binary search algorithm uses the divide and conquer strategy. None of the above

Answer :

  • Binary search algorithm can be used for any arrays.
  • The worst-case time complexity of binary search is greater than sequential search

are NOT true for binary search algorithm.

Now, According to the question:

Options 1, 3 are NOT true for binary search algorithm

Hence, Binary search algorithm can be used for any arrays.

and, The worst-case time complexity of binary search is greater than sequential search

are NOT true for binary search algorithm.

In the question:

Which of the following statement(s) is/are NOT TRUE for binary search algorithm? (select all that apply]

  • Binary search algorithm can be used for any arrays.
  • Binary search algorithm can be implement using either iterative or recursive solutions.
  • The worst-case time complexity of binary search is greater than sequential search
  • Binary search algorithm uses the divide and conquer strategy.
  • None of the above

Learn more about Algorithm at:

https://brainly.com/question/28724722

#SPJ4