Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 175 Bytes

File metadata and controls

3 lines (3 loc) · 175 Bytes

Linear-search

linear search is a searching technique, use to find an element from list. this technique will search for an element by traversing complete list of elements.