1
0
www.mikescher.com/www/statics/euler/Euler_Problem-022_explanation.md
2018-02-03 16:50:58 +01:00

234 B

The main thing here was sorting the list. I used bubble sort, which is not the fastest algorithm but was pretty easy to implement in befunge. The rest is just calculating the single scores.