Question
Which search method repeatedly halves a sorted search range?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Binary search
Explanation:
Binary search compares with the middle element and halves the remaining range.
Leave a Reply