MilindGupta-Creator / Competitive-Coding-Section

Create sections labbled further in issue section
MIT License
21 stars 71 forks source link

Linear Search Algorithim #127

Open shubhamessier opened 2 years ago

shubhamessier commented 2 years ago

this algortihim linearly searches every element of an given sorted array, this being useful for small array sizes.

shubhamessier commented 2 years ago

@MilindGupta-Creator kindly review the PR.