Question: Which of the following is a common modification to binary search for finding the first occurrence of a target?
Options:
Correct Answer: Continue searching in the left half even after finding the target
Solution:
To find the first occurrence, continue searching in the left half even after finding the target.