Monthly Archives: September 2008

Building the Project Euler framework, part 3

In part 2, I showed you an improved, although still pretty basic problem runner framework for Project Euler. I did leave out some things though, and I’m going to try and explain them now. Firstly, I haven’t really shown how … Continue reading

Posted in Coding, Java, Project Euler | Tagged , , | 1 Comment

Building the Project Euler framework, part 2

In Part 1, I showed a basic problem runner framework for Project Euler, however there are a number of ways in which we can improve it. For example: How can we run a specific problem? How can we hide the … Continue reading

Posted in Coding, Java, Project Euler | Tagged , , | Leave a comment