rename statics/euler and sync b93 code with main repo
This commit is contained in:
3
www/statics/euler/Euler_Problem-003_explanation.md
Normal file
3
www/statics/euler/Euler_Problem-003_explanation.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This problem is the reason why I changed the internals of my interpreter to int64 (because the numbers are too big for int32).
|
||||
|
||||
Fortunately the number is still small enough to brute-force the prime factors, going from the biggest factor to the smallest, the first factor (that is also a prime) that my code finds is the solution.
|
||||
Reference in New Issue
Block a user