Julien Lengrand-Lambert d3c1306367 Adds .gitignore
2012-01-12 11:44:45 +01:00
2012-01-12 11:44:45 +01:00
2012-01-12 11:34:51 +01:00
2012-01-12 11:34:51 +01:00
2012-01-12 11:34:51 +01:00
2012-01-12 11:34:51 +01:00
2012-01-12 11:34:51 +01:00
2012-01-12 11:34:51 +01:00
2012-01-12 11:44:30 +01:00

#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 © 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[jlengrand@advdt002-ubuntu:~/git/Tippy]$

Description
No description provided
Readme 429 KiB
Languages
Python 99.9%