Binary Search
Looking for 63 in a sorted list. Because it is sorted, we can throw away half of it with a single question.
step 01/6
- found it
- ruled out
Looking for 63 in a sorted list. Because it is sorted, we can throw away half of it with a single question.
step 01/6