Closed RK-0009 closed 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).
PLEASE REF README .
I have added a Linear Search algorithm in Python. This algorithm follows a brute-force approach and has a time complexity of O(n).