Open RK-0009 opened 1 month ago
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)
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: