Skip to content

iasjem/linear-search-algorithm-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear Search Algorithm (Java version)

Linear Search Algorithm

  • Demonstrates how a linear search algorithm works
  • The search algorithm starts from the leftmost of the array and then compare the value to be searched to each elements in the array
  • If there is no match, it should return -1. Otherwise, return the index of that array
  • Created to simply practice coding in Java

Created by IasJem

About

Demonstrates how a linear search algorithm works

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages