Closed harshraj8843 closed 9 months ago
👋🏻 Hey @harshraj8843
💖 Thanks for opening this issue 💖
A team member should be by to give feedback soon.
!assign
!assign
Hey @aaryan-sharmaa, this issue is already assigned to @Amedi-Imbira! cc/ @codinasion/codinasion
Description
Write a JavaScript program to implement linear search
Linear search is a very simple search algorithm. In this type of search, a sequential search is made over all items one by one. Every item is checked and if a match is found then that particular item is returned, otherwise the search continues till the end of the data collection.
Linear search is the simplest search algorithm. For this reason, it is often called sequential search.
Pseudocode
Example
How to contribute
- Comment `!assign` to assign this issue to yourself - Fork this repository - Create a new branch - Save the solution in `program/program/implement-linear-search/ImplementLinearSearch.js` - Commit the changes - Create a pull request