Friday, August 19, 2005

programming problems

Project Euler is a series of math problems that are to be solved programatically. You get points for solving each problem; the number of points a problem is worth is inversely proportional to the percentage of people who have solved it (and points are adjusted retroactively). I'm using the problems as a framework to learn how to do complex algorithms in Ruby.