Please enable JavaScript to use CodeHS

CodeHS Glossary


Binary Search Java

A search that starts at the middle of a sorted array or ArrayList and eliminates half of the array or ArrayList in each iteration until the desired value is found or all elements have been eliminated.