IntermediateVocabulary#software-architecture#developer-tools#backend

Binary Search Vocabulary

Build fluency in the vocabulary of repeatedly halving a sorted range to find a target in logarithmic time.

0 / 5 completed
1 / 5
At standup, a dev mentions repeatedly halving a sorted array's search range, comparing the target to the middle element and discarding the half that can't contain it, until the target is found or the range is empty. What is this technique called?