Binary Search
A demo of binary search with the user selection left or right at each iteration. There is nothing to stop the user from choosing either direction, if they wish. The numbers involved are all random in the range [0, 100).
A demo of binary search with the user selection left or right at each iteration. There is nothing to stop the user from choosing either direction, if they wish. The numbers involved are all random in the range [0, 100).