This repository contains my solutions to Project Euler problems.

Zelphir Kaltstahl e80e299704 add solution for 033 %!s(int64=2) %!d(string=hai) anos
001 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
002 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
003 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
004 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
005 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
006 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
007 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
008 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
009 dbcc7ecb79 actually output something %!s(int64=2) %!d(string=hai) anos
010 0c97c00949 use libraries from lib folder %!s(int64=2) %!d(string=hai) anos
011 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
012 89a06e7e3b use libraries from lib folder %!s(int64=2) %!d(string=hai) anos
013 f05fad3c28 fix all solutions to use libs from lib folder %!s(int64=2) %!d(string=hai) anos
014 f05fad3c28 fix all solutions to use libs from lib folder %!s(int64=2) %!d(string=hai) anos
015 f05fad3c28 fix all solutions to use libs from lib folder %!s(int64=2) %!d(string=hai) anos
016 f05fad3c28 fix all solutions to use libs from lib folder %!s(int64=2) %!d(string=hai) anos
017 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
018 f05fad3c28 fix all solutions to use libs from lib folder %!s(int64=2) %!d(string=hai) anos
019 f05fad3c28 fix all solutions to use libs from lib folder %!s(int64=2) %!d(string=hai) anos
020 f05fad3c28 fix all solutions to use libs from lib folder %!s(int64=2) %!d(string=hai) anos
021 d1c888b949 restructure %!s(int64=2) %!d(string=hai) anos
022 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
023 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
024 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
025 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
026 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
027 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
028 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
029 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
030 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
031 61ed94216f replace contract lib imports %!s(int64=2) %!d(string=hai) anos
032 49314976cc add wip 033 %!s(int64=2) %!d(string=hai) anos
033 e80e299704 add solution for 033 %!s(int64=2) %!d(string=hai) anos
034 50deb87ec7 add stubs for more exercises %!s(int64=2) %!d(string=hai) anos
035 50deb87ec7 add stubs for more exercises %!s(int64=2) %!d(string=hai) anos
lib ec7bf09c2b preliminary solution for 33 %!s(int64=2) %!d(string=hai) anos
.gitignore 6b5a4d464c add gitignore file %!s(int64=2) %!d(string=hai) anos
LICENSE aa0f470465 Initial commit %!s(int64=4) %!d(string=hai) anos
readme.md 7b6bb73c8c update readme %!s(int64=2) %!d(string=hai) anos
readme.org 7b6bb73c8c update readme %!s(int64=2) %!d(string=hai) anos

readme.md

About

This project contains code for solving the problems of Project Euler.

Solutions

You can compare solutions for example with https://github.com/luckytoilet/projecteuler-solutions/blob/master/Solutions.md.

I have no proof, that those solutions are correct. To me it seems, that the chances, that they are correct increases, if they match my results. If they do not match my results, I check my code again. It has happened, that I then found bugs in my code and after fixing them arrived at the same solution as given in that repository. Ultimately, there is no proof though.

How to

Call solutions from the root directory of this project as follows:

guile \
    -L . \
    -L lib \
    -L lib/contract \
    024/solution.scm

License

The code itself is licensed as AGPLv3. The problem descriptions are licensed, as required by the Project Euler license, as CC BY-NC-SA 4.0. For more detail see https://projecteuler.net/copyright.