I have inserted a "Linear Searching algorithm example" under the master branch in the Algorithms/Java/SearchingAlgorithms.
The program will ask for an array size and for its elements by the user when its's executed, upon entering the input it will give you the index of the element that was entered by user to search in the array
Issue no.(must) - #956
Self Check(Tick After Making pull Request)
[x] This issue was assigned to me if not it will marked as spam.
[x] My file is in proper folder
[x] I am following clean code and Documentation. My code is well linted and I am using flake8 standard for python
[x] I have added Inserted a Linear Searching algorithm example and the program can be executed using java complier and the user needs to enter the no. of elements in the array he/she needs and then the elements later the elements that user need to search
acknowledgment
[x] I have tested the script and distributed it under an MIT license.
I have inserted a "Linear Searching algorithm example" under the master branch in the Algorithms/Java/SearchingAlgorithms.
The program will ask for an array size and for its elements by the user when its's executed, upon entering the input it will give you the index of the element that was entered by user to search in the array
Issue no.(must) - #956
Self Check(Tick After Making pull Request)
acknowledgment