Skip to content

WilliamOtieno/LinearSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linear Search is a simple search algorithm, which checks every element of the list for a match, and returns the index of the matched element. The implementation is very simple - we just need one loop to go through the whole list and check for a match.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages