Question: Which of the following best describes the divide-and-conquer approach used in binary search?
Options:
Correct Answer: Solving a problem by breaking it down into smaller subproblems
Solution:
Binary search uses the divide-and-conquer strategy by dividing the array into halves to find the target.