Tag cloud
linux News PHP Books Git Powershell delphi Uncategorized Project Euler Java C# Coding
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
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
