3 Commits

Author SHA1 Message Date
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
57353d2d26 commit before going to bed 2012-10-16 22:13:06 +02:00
1bedcd4c00 Solves problem 56
Didn't expect it to be so simple.

I'd like to find the nice way to sum all numbers of an integer
2012-10-16 21:46:48 +02:00