rename statics/euler and sync b93 code with main repo
This commit is contained in:
2
www/statics/euler/Euler_Problem-021_explanation.md
Normal file
2
www/statics/euler/Euler_Problem-021_explanation.md
Normal file
@@ -0,0 +1,2 @@
|
||||
Most of the time is here spent in the NumberOfDivisors function. So we first cache every possible result of this function (from 0 to 10000).
|
||||
The rest is simple searching for numbers where a == D(D(a)) and a != D(a).
|
||||
Reference in New Issue
Block a user