Largest palindrome product: Difference between revisions

Content added Content deleted
Line 547: Line 547:
end
end


for k in 1:16
@time for k in 1:16
largestpalindrome(k)
largestpalindrome(k)
end
end
Line 568: Line 568:
15 465 (999999998341069, 999999975838971) 999999974180040040081479999999
15 465 (999999998341069, 999999975838971) 999999974180040040081479999999
16 51 (9999999900000001, 9999999999999999) 99999999000000000000000099999999
16 51 (9999999900000001, 9999999999999999) 99999999000000000000000099999999
104.068516 seconds (950.79 M allocations: 29.436 GiB, 22.87% gc time, 0.04% compilation time)
</pre>
</pre>