Page 1 of 1

Project Euler

Posted: Wed Oct 12, 2011 8:04 pm
by nil
A fun little website to test your problem solving ability in whatever language you so choose to use. A possibly great thing to look at if you're learning a new programming language (whether it be Python, Ruby, C, Haskell, Scheme, Javascript, Java, etc).
http://projecteuler.net/

The questions:
http://projecteuler.net/problems

Answers (so you know you got the correct result):
http://code.google.com/p/projecteuler-s ... rSolutions

One of my code solutions to solve problem 1 (don't click unless you want to be spoiled):
http://pastebin.com/ZusYZnhb

I would just use code tags here instead of something like pastebin, but I've no idea why these forums do not have spoiler tags.

Point of thread: Choose a problem, a programming language, solve the problem, show your solution like I did, in a way such that you don't easily spoil people.