Ayu-hack / Hacktoberfest2024-1

This is repo to create some pull requests and completing hacktoberfest 2024 easily. All request will be accepted. Genuine Pull Request will promoted also. #hacktobefest #hacktobefest2024 #hacktobefest-accepted Resources
46 stars 467 forks source link

Added Linear Search code in Python #183

Closed RK-0009 closed 1 month ago

RK-0009 commented 1 month ago

I have added a Linear Search algorithm in Python. This algorithm follows a brute-force approach and has a time complexity of O(n).

Ayu-hack commented 1 month ago

PLEASE REF README .