Py-Contributors / AlgorithmsAndDataStructure

Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
https://codeperfectplus.com/
MIT License
948 stars 642 forks source link

Inserted a Linear Searching algorithm example #956

Closed oxBinaryBrain closed 8 months ago

oxBinaryBrain commented 8 months ago

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