Thread: Project Euler
View Single Post

  #1  
Old 12-24-2011, 01:27 AM
Dragoon Dragoon is offline
Contributor Pirate
 
Join Date: Jul 2004
Age: 35
Posts: 1,555
Dragoon is a jewel in the roughDragoon is a jewel in the rough
Send a message via MSN to Dragoon
Project Euler

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
Reply With Quote