1
0
www.mikescher.com/www/statics/euler/Euler_Problem-025_explanation.md

2 lines
273 B
Markdown

And for like the 5th time i implement an long addition algorithm. On the right side is the current number and on the left side the last number.
The only interesting thing here is probably that I calculate the next number and move the current to the left in a single cycle.