codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
204 stars 163 forks source link

README file for Project_Euler folder added #268

Closed Arkadyuti30 closed 6 years ago

Arkadyuti30 commented 6 years ago

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER

Please provide a link to the issue this pull request addresses.

SHORT DESCRIPTION

Please provide a short description of the changes.

README file for Project_Euler folder added

TESTING

Please provide the necessary steps to test the solution.

Arkadyuti30 commented 6 years ago

Added the README file for Project_Euler folder and added problem 21 (Sum of all Amicable numbers till 10000) to the folder Project_Euler.