Julien Lengrand-Lambert a99806b09e Starts Problem 22
2012-01-16 17:38:57 +01:00
2012-01-13 10:22:09 +01:00
2012-01-12 11:53:05 +01:00
2012-01-12 11:53:05 +01:00
2012-01-12 11:53:05 +01:00
2012-01-12 11:53:05 +01:00
2012-01-12 11:53:05 +01:00
2012-01-12 14:14:07 +01:00
2012-01-12 16:08:31 +01:00
2012-01-13 10:22:09 +01:00
2012-01-13 10:54:30 +01:00
2012-01-13 11:43:29 +01:00
2012-01-13 15:26:24 +01:00
2012-01-13 15:26:24 +01:00
2012-01-13 17:16:16 +01:00
2012-01-16 17:01:51 +01:00
2012-01-16 10:25:32 +01:00
2012-01-16 10:47:26 +01:00
2012-01-13 15:42:45 +01:00
2012-01-13 16:02:14 +01:00
2012-01-16 17:38:57 +01:00
2012-01-16 17:38:57 +01:00
2012-01-12 14:14:07 +01:00
2012-01-16 17:38:57 +01:00
2012-01-12 16:09:00 +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. Thus, running a script should give you the answer directly.

The script are named as e_problemnumber_inc. The higher the inc, the finer my solution.

WARNING : Spoil inside for those who want to solve problems by themselves :)

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

Description
No description provided
Readme 429 KiB
Languages
Python 99.9%