This repository contains my solutions to Project Euler problems.

Zelphir Kaltstahl 9ebcd2d775 solve 022 il y a 1 an
001 d1c888b949 restructure il y a 1 an
002 d1c888b949 restructure il y a 1 an
003 d1c888b949 restructure il y a 1 an
004 d1c888b949 restructure il y a 1 an
005 d1c888b949 restructure il y a 1 an
006 f812fb1bce add actual solution for 006 il y a 1 an
007 d1c888b949 restructure il y a 1 an
008 d1c888b949 restructure il y a 1 an
009 d1c888b949 restructure il y a 1 an
010 d1c888b949 restructure il y a 1 an
011 d1c888b949 restructure il y a 1 an
012 d1c888b949 restructure il y a 1 an
013 d1c888b949 restructure il y a 1 an
014 d1c888b949 restructure il y a 1 an
015 d1c888b949 restructure il y a 1 an
016 d1c888b949 restructure il y a 1 an
017 d1c888b949 restructure il y a 1 an
018 d1c888b949 restructure il y a 1 an
019 d1c888b949 restructure il y a 1 an
020 d1c888b949 restructure il y a 1 an
021 d1c888b949 restructure il y a 1 an
022 9ebcd2d775 solve 022 il y a 1 an
lib 333849e63f add contract library il y a 1 an
.gitignore 6b5a4d464c add gitignore file il y a 2 ans
LICENSE aa0f470465 Initial commit il y a 3 ans
readme.md e077f54037 update readme il y a 2 ans
readme.org e077f54037 update readme il y a 2 ans

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.

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.