Kavya-24 / Snippets

Hacktoberfest 2024
41 stars 278 forks source link

Added Linear Search code in Python #456

Open RK-0009 opened 1 month ago

RK-0009 commented 1 month ago

Description:

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

Checklist: