1
0
www.mikescher.com/www/statics/euler/euler_022_explanation.md
2017-11-08 17:39:51 +01:00

2 lines
233 B
Markdown

The main thing here was sorting the list. I used [bubble sort](http://en.wikipedia.org/wiki/Bubble_sort), which is not the fastest algorithm but was pretty easy to implement in befunge.
The rest is just calculating the single scores.