Playing with Project Euler and PHP - Part Two
23rd January 2008
This is the second instalmend of me playing with Project Euler and PHP, you can check out problem one here. In this post I'll be using the same format as before, three different solutions to the same problem, a simple loop oriented one, a loopless one and an over engineered, object oriented one.
tags: euler, fun, php | no comments
