rename statics/euler and sync b93 code with main repo
This commit is contained in:
3
www/statics/euler/Euler_Problem-069_explanation.md
Normal file
3
www/statics/euler/Euler_Problem-069_explanation.md
Normal file
@@ -0,0 +1,3 @@
|
||||
I had a really complicated solution where I tried to generate an Phi Sieve and had to work around a lot of corner cases.
|
||||
Then I looked at [this](http://www.mathblog.dk/project-euler-69-find-the-value-of-n-%E2%89%A4-1000000-for-which-n%CF%86n-is-a-maximum/) solution and - well - it's faster and simpler than mine.
|
||||
So I translated it to befunge.
|
||||
Reference in New Issue
Block a user