uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/linear-search.md

Summary

Maintainability
Test Coverage
# Linear search (sequential search)

Searching a list by looking at each item in turn, stopping when the current item matches the one being looked for.