Which of the following modifications can be made to binary search to find the first occurrence of a target value?
-
Change the comparison operator
-
Use a different data structure
-
Modify the mid-point calculation
-
Continue searching left after finding the target