Tanmay-901 / python-algorithms

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

Add sum_squares (∑n^2).py #4

Closed punnattnp closed 3 years ago

punnattnp commented 3 years ago

Add sum_squares of first n natural numbers function in Python.

Tanmay-901 commented 3 years ago

@punnattnp 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.