euler icon indicating copy to clipboard operation
euler copied to clipboard

Project Euler solutions; they ask people not publish their answers but I want to be able to look at and share my solutions.

Results 21 euler issues
Sort by recently updated
recently updated
newest added

Here is my contribution of Project Euler solutions written in C#. ProjectEulerMain will run all of the current solutions.

I added an assets folder for things like the names.txt file used in Problem 22. Let's use that instead of cramming it into the solution code.

If we have a common output format for all solutions then parsing or otherwise using the result of a solution attempt will be easier.

enhancement

If possible in a reasonable amount of effort we need to get fsharp to comply with the rest of the languages in being able to be run from the command...

enhancement

``` PHP - Project Euler Problem 010 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /Users/jkalis/Pro/github/euler/php/euler010.php on line 40 PHP Stack trace:...

bug

``` PHP - Project Euler Problem 014 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 650 bytes) in /Users/jkalis/Pro/github/euler/php/euler014.php on line 45 PHP Stack trace:...

bug

``` PHP - Project Euler Problem 014 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 650 bytes) in /Users/jkalis/Pro/github/euler/php/euler014.php on line 45 PHP Stack trace:...

bug