To learn, visualize and test basic data structures and algorithms.
Search a sorted array by repeatedly dividing the search interval in half.
The below section takes in an input of multiple of 10 (less than 200) and generates an incremental sorted array.
Check the box at the bottom if you wish to proceed with Linear Search instead.