-
Enter the query element you want to search in the given sorted
array.
- Click Start to begin the binary search for that query.
-
At each step, read the observation message and click the middle
element of the current search window.
-
If the clicked element is not the current middle element, it will be
marked wrong and you must try again.
-
If the query is found, the element is marked as found and the search
ends.
-
If the query is not present, the remaining elements are marked as
not found and the search ends.
-
Click Start again after completion to load a new random array
and search for another query.