Please enable JavaScript to use CodeHS

CodeHS Glossary


Linear Search Java

An algorithm that searches data sets in a sequential order, checking each value from the 0th index to the end of the data set to see what index a specific element can be located at.