This repository contains my solutions to Project Euler problems.
Zelphir Kaltstahl e80e299704 add solution for 033 | 2 lat temu | |
---|---|---|
001 | 2 lat temu | |
002 | 2 lat temu | |
003 | 2 lat temu | |
004 | 2 lat temu | |
005 | 2 lat temu | |
006 | 2 lat temu | |
007 | 2 lat temu | |
008 | 2 lat temu | |
009 | 2 lat temu | |
010 | 2 lat temu | |
011 | 2 lat temu | |
012 | 2 lat temu | |
013 | 2 lat temu | |
014 | 2 lat temu | |
015 | 2 lat temu | |
016 | 2 lat temu | |
017 | 2 lat temu | |
018 | 2 lat temu | |
019 | 2 lat temu | |
020 | 2 lat temu | |
021 | 2 lat temu | |
022 | 2 lat temu | |
023 | 2 lat temu | |
024 | 2 lat temu | |
025 | 2 lat temu | |
026 | 2 lat temu | |
027 | 2 lat temu | |
028 | 2 lat temu | |
029 | 2 lat temu | |
030 | 2 lat temu | |
031 | 2 lat temu | |
032 | 2 lat temu | |
033 | 2 lat temu | |
034 | 2 lat temu | |
035 | 2 lat temu | |
lib | 2 lat temu | |
.gitignore | 2 lat temu | |
LICENSE | 4 lat temu | |
readme.md | 2 lat temu | |
readme.org | 2 lat temu |
This project contains code for solving the problems of Project Euler.
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.
Call solutions from the root directory of this project as follows:
guile \
-L . \
-L lib \
-L lib/contract \
024/solution.scm
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.