Please enable JavaScript to use CodeHS

CodeHS Glossary


Sequential / Linear Search Java

A search technique that starts at the first element and goes through each element until it finds the target value.