I made this simulation of a binary search. A binary search is basically a computer sieving through many numbers, and always cutting the range of possible numbers by half (read more here).
1 Like
I made this simulation of a binary search. A binary search is basically a computer sieving through many numbers, and always cutting the range of possible numbers by half (read more here).