Project Euler

All topics about coding, designing, etc. goes in here.
Post Reply
Bladerunner
Registered User
Posts: 14338
Joined: 04 Sep 2004, 02:00
Processor: i386DX Sooper
Motherboard: A blue one
Graphics card: A red one
Memory: Hard drive
Location: On a Möbius strip
Contact:

Project Euler

Post 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
If I weren't insane: I couldn't be so brilliant! - The Joker
User avatar
Ron2K
Forum Technical Administrator
Posts: 9050
Joined: 04 Jul 2006, 16:45
Location: Upper Hutt, New Zealand
Contact:

Re: Project Euler

Post by Ron2K »

Yeah, I do a few of these sometimes when I get bored. :P
Kia kaha, Kia māia, Kia manawanui.
Bladerunner
Registered User
Posts: 14338
Joined: 04 Sep 2004, 02:00
Processor: i386DX Sooper
Motherboard: A blue one
Graphics card: A red one
Memory: Hard drive
Location: On a Möbius strip
Contact:

Re: Project Euler

Post by Bladerunner »

Python's bigint support makes some of these exercises way too easy :lol:
If I weren't insane: I couldn't be so brilliant! - The Joker
Post Reply