Question: Which of the following data structures can binary search be applied to?
Options:
Correct Answer: Sorted arrays
Solution:
Binary search is specifically designed for sorted arrays.