Result
Comparisons
0
Checked indices
—
Trace
Each step shows the mid index and direction of the next search.
- Run the algorithm to populate steps.
Searching Studio
Repeatedly halve the search interval in a sorted array. Track mid pointers, range updates, and comparisons.
0
—
Each step shows the mid index and direction of the next search.