A very, very fast algorithm for finding all amicable pairs in the specified range
-
Updated
May 16, 2024 - C++
A very, very fast algorithm for finding all amicable pairs in the specified range
Amicable numbers are two different numbers related in such a way that the sum of the proper divisors of each is equal to the other number. The smallest pair of amicable numbers is (220, 284).
Add a description, image, and links to the amicable-pairs topic page so that developers can more easily learn about it.
To associate your repository with the amicable-pairs topic, visit your repo's landing page and select "manage topics."