dinsdag 18 januari 2011

Aankondiging

Op deze pagina komen binnenkort oplossingen voor een aantal Euler problemen.

De oplossingen worden gegeven in C#. Het accent ligt op performance. Getracht is dit met minimale code inspanning te bereiken.

Mocht je suggesties hebben laat dan een berichtje achter.

Met vriendelijk groet,

Rudy Meijer

maandag 17 januari 2011

The Main program

This Main program will execute automatic each Euler problem that is added to the Euler project solution.

It instanciate the problem class and start execution bij calling the problem Execute() methode.

It performs a automated UnitTest and measures the execution time in ms.

The full source can be found on http://rudy.meijer.nl.ae




Problem00 contains a reference loop to compare measurement on slower/faster computers.


The next picture show some results so far.