Tanmay-901 / python-algorithms

efficient algorithms for general tasks with good time complexity.
MIT License
11 stars 11 forks source link

Two_sum.py #6

Closed ran93r12 closed 3 years ago

ran93r12 commented 3 years ago

TC :: O(n) and SC :: O(n)

Tanmay-901 commented 3 years ago

@ran93r1210 although we appreciate your efforts in making this PR, We noticed that your commit includes a program that does not fulfill any of the requirements mentioned in our CONTRIBUTING.md guidelines. You can go to Basic programs repository for this type of commits.