Page 1 of 1

Project Euler

Posted: 21 Aug 2011, 21:05
by Bladerunner
Project Euler web site: http://projecteuler.net/
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.
I've started tackling some of these in C# before, and have now started with them in Python again. (Since I want to learn more about Python.)

Is anyone else out there currently working on some of these?

Currently I've finished: 1-10, 12, 14, 16, 20.
Not always the most elegant method, but I've solved them at least. :P

Re: Project Euler

Posted: 22 Aug 2011, 10:09
by Ron2K
Yeah, I do a few of these sometimes when I get bored. :P

Re: Project Euler

Posted: 22 Aug 2011, 12:34
by Bladerunner
Python's bigint support makes some of these exercises way too easy :lol: