Skip to content

Latest commit

 

History

History
 
 

LinearSearch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#Run the linearSearch.js as

node fileName inputArray key

example:

node linearSearch.js [1,2,3,4] 3

Output:

  1. Success - Key found at index: index
  2. Failure - Key Not Found