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

2 lines
273 B
Markdown
Raw Normal View History

2017-11-08 17:39:50 +01:00
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.