#My solutions to Project Euler 's website
Project Euler is a website containing lots of problems aiming at being solved. I play around with them in order to sharpen my algorithm skills.
This is always challenging to solve problems on paper and fantastic to come up with an algorithmic solution. I use Python for its simplicity. Simple Python code is very similar to paper solution, and fast to implement.
Each script runs by itself and contains one of several functions that directly solve the function. Then, running a script should give you the answer directly.
The script are names as e_problemnumber_inc. The higher the inc, the finer my solution.
WARNING : Spoil inside for those who want to solve by themselves :)
Copyright
Copyright © 2011 Julien Lengrand-Lambert
Contact
I would enjoy having feedback if you try to solve euler's problems too :). Feel free to mail me for any comment or request.
You can contact me at julien@lengrand.fr, or on my current website