Let's test your knowledge. Click the correct answer from the options.
Which part of the binary search algorithm indicates that the target value is not found in the current search range?
Click the option that best answers the question.
- The base case of the recursion
- The recursive case of the recursion
- The comparison of the target value with the middle element
- The calculation of the middle index