You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.
notbenh edited this page Sep 13, 2010
·
7 revisions
Welcome
Welcome to the euler_bench wiki, because it’s a wiki please feel free to edit this document to include any knowledge on the topic that you wish to share, it is greatly appreciated.
< language >/< 3-digit euler problem >/< 2-digit implementation ‘id’ >.< extension >
For example, the perl5 solution for problem one using one algorithm would be:
perl5/001/01.pl
If there is another possible solution to problem one in perl 5 it would be:
perl5/001/02.pl
The same solution, using the second algorithm in perl 6 would be:
perl6/001/02.pl
The hope is to be able to identify the way that a problem was solved across any number of languages so that we can correctly be able to both benchmark the overall differences of both the language implementation and the algorithms.