rename statics/euler and sync b93 code with main repo
This commit is contained in:
6
www/statics/euler/Euler_Problem-032_explanation.md
Normal file
6
www/statics/euler/Euler_Problem-032_explanation.md
Normal file
@@ -0,0 +1,6 @@
|
||||
The main focus here was optimizing the pandigital testing. The rest is just looping over every possible number.
|
||||
We can optimize the outer loop a little bit if we look at the possible multiplicands.
|
||||
There are only 2 possibilities if we need 9 digits in our calculation:
|
||||
|
||||
- 1-digit number * 4-digit number = 4-digit number
|
||||
- 2-digit number * 3-digit number = 4-digit number
|
||||
Reference in New Issue
Block a user