1
0
www.mikescher.com/www/statics/euler/Euler_Problem-069_explanation.md
Mike Schwörer ba579dab23
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 45s
Build Docker and Deploy / Deploy to Server (push) Successful in 19s
replace mathblog.dk links with waybackmachine
2025-03-30 23:44:41 +02:00

3 lines
387 B
Markdown

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](https://web.archive.org/web/20150326003453/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.