Commit Graph

3 Commits

Author SHA1 Message Date
e92ed128d2 (Finally) solves problem 26 of PRoject Euler.
Thanks to an upvote on Stack Overflow :)
2012-10-16 19:29:39 +02:00
Julien Lengrand-Lambert
ad780118cc Working on Problem 27.
Code is done, but seems that I got the wrong solution :).
Problem 26 is actually though, and was paused for now.

Signed-off-by: Julien Lengrand-Lambert <julien@lengrand.fr>
2012-02-01 00:48:43 +01:00
Julien Lengrand-Lambert
d30505b12e Solves Problem 24.
Gets all permutations, and choose one of those.
Good solution could be to avoid the list and use an iterator

Problem 26 seems though :s.

Signed-off-by: Julien Lengrand-Lambert <julien@lengrand.fr>
2012-01-27 12:23:10 +01:00