Question: What is a common searching algorithm used in applications with sorted data?
Options:
Correct Answer: Binary search
Solution:
Binary search is commonly used in applications with sorted data because it efficiently narrows down the search space.