CodersForLife / Data-Structures-Algorithms

Your personal library of every algorithm and data structure code that you will ever encounter
MIT License
171 stars 208 forks source link

Added Linear Search using CPP. #290

Open Bumsquest opened 5 years ago

Bumsquest commented 5 years ago

The user enters the range of the array, enters the array elements, enters the number to be searched. Then a linear search is performed for the number to be searched. If found, index is returned, else a "Not found" message is printed.

Submission Checklist

Type of Change

PR Description

Issue #[Add issue number here.]