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
202 stars 161 forks source link

Project Euler problem 21 - sum of Amicable numbers upto 10000 #249

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.

This is the program for problem 21 on Project Euler to find the sum of Amicable numbers till 10000.

TESTING

Please provide the necessary steps to test the solution.

The output of the program gives the solution.

Arkadyuti30 commented 6 years ago

Please accept my pull request.

Arkadyuti30 commented 6 years ago

Fixed all issues. Please accept my pull request.

Arkadyuti30 commented 6 years ago

There is one .java file and one .class file. Should I remove the .class file?

I am so sorry. Adding the readme.

prateekiiest commented 6 years ago

make all the files under one folder only