- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
Demonstrates how a linear search algorithm works
License
iasjem/linear-search-algorithm-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Demonstrates how a linear search algorithm works
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published