Question
What is a common use of Binary Search?
Select an option. Your answer will be checked instantly.
Correct Answer: B. finding an item in sorted random-access data
Explanation:
Binary Search is commonly used for finding an item in sorted random-access data.
Its design supports this task efficiently or naturally.
Leave a Reply