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

2 lines
246 B
Markdown
Raw Normal View History

2017-11-08 17:39:50 +01:00
Not much to say about this one. I reuse the isPalindrome code from P-36 and bruteforce through all the numbers.
I think it would be really useful to cache the intermediate results - but our befunge space is too small for such data structures :/