Nikzy7 / Algorithm-Snippets

Repo containing snippets of popular algorithms
17 stars 36 forks source link

add linear_search.py #30

Closed avk29 closed 3 years ago

avk29 commented 3 years ago

python program to search for an element in an array

avk29 commented 3 years ago

linear search in python, #30