PDA

View Full Version : Project Euler


Dragoon
12-24-2011, 01:27 AM
This site was recommended to me a while back, figured I'd share it with you guys (spambots). It's a series of math/programming puzzles that get progressively harder (starts with "Add all the natural numbers below one thousand that are multiples of 3 or 5," and the most recent problem is something involving Bézier curves).

I've been working through them (first ten so far) while learning Python, since none of the languages I already know work well with larger numbers.

http://projecteuler.net

Iridium
12-24-2011, 03:41 PM
I did some of these a long while ago, just logged in and apparently I've completed 75 of them.