Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 182 Bytes

linear-search.md

File metadata and controls

9 lines (7 loc) · 182 Bytes

Algorithms: Linear Search

Features

  • Start with an array

  • Search starts at the beggining and you work your way through

  • Read is O(n)

  • Cons

    • Not efficient for search