Files
project_euler/e_40.py
Julien Lengrand-Lambert 957ede8215 Solves Problem 40 of Project Euler
Dumbest solution ever, but so fast to implement.
And finally runs in less than 2 seconds on my Netbook.

I really wonder even why search for optimization.

Python int to str conversion is so useful for those problems.
2012-10-16 23:25:29 +02:00

1.5 KiB