Skip to content

Commit

Permalink
Rename linear_search.r to linear_search.r
Browse files Browse the repository at this point in the history
  • Loading branch information
siriak authored Oct 7, 2023
1 parent f49d9bf commit f913e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if(result!=-1){
cat("Searched value", user_val, "found at index", result-1) #displaying the index at which value is found (if any)
}else{
cat("Searched value does not exist in array")
}
}

0 comments on commit f913e5d

Please sign in to comment.