Question: Which of the following is a key requirement for implementing binary search?
Options:
Correct Answer: The array must be sorted
Solution:
The key requirement for implementing binary search is that the array must be sorted.