codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
202 stars 270 forks source link

Add Searching Algorithm [Linear Search] #367

Closed noviicee closed 3 years ago

noviicee commented 3 years ago

Description of the problem

Add the famous searching algorithm called the Linear Search.

Example of the problem

An element in an array/list is searched in O(n) Time-Complexity.

References/Other comments