Skip to content

Amicable numbers are two different natural numbers related in such a way that the sum of the proper divisors of each is equal to the other number.

Notifications You must be signed in to change notification settings

King-Austin/amicable_numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

amicable_numbers

Amicable numbers are two different natural numbers related in such a way that the sum of the proper divisors of each is equal to the other number. It could also be called FRIENDLY numbers. the first set of such numbers is (220 and 284), due to the reason stated above.

I optimized the factoring algorithm to save time - hence minnimum recursion and callback functions. Feel free to commit and make changes.

Best regards buddies! Mr King Austin

About

Amicable numbers are two different natural numbers related in such a way that the sum of the proper divisors of each is equal to the other number.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages