This repository contains my solutions to Project Euler problems.

Zelphir Kaltstahl 936afc10db solve 024 2 gadi atpakaļ
001 d1c888b949 restructure 2 gadi atpakaļ
002 d1c888b949 restructure 2 gadi atpakaļ
003 d1c888b949 restructure 2 gadi atpakaļ
004 d1c888b949 restructure 2 gadi atpakaļ
005 d1c888b949 restructure 2 gadi atpakaļ
006 a91fd83425 import from library folder 2 gadi atpakaļ
007 d1c888b949 restructure 2 gadi atpakaļ
008 d1c888b949 restructure 2 gadi atpakaļ
009 dbcc7ecb79 actually output something 2 gadi atpakaļ
010 0c97c00949 use libraries from lib folder 2 gadi atpakaļ
011 d1c888b949 restructure 2 gadi atpakaļ
012 89a06e7e3b use libraries from lib folder 2 gadi atpakaļ
013 f05fad3c28 fix all solutions to use libs from lib folder 2 gadi atpakaļ
014 f05fad3c28 fix all solutions to use libs from lib folder 2 gadi atpakaļ
015 f05fad3c28 fix all solutions to use libs from lib folder 2 gadi atpakaļ
016 f05fad3c28 fix all solutions to use libs from lib folder 2 gadi atpakaļ
017 d1c888b949 restructure 2 gadi atpakaļ
018 f05fad3c28 fix all solutions to use libs from lib folder 2 gadi atpakaļ
019 f05fad3c28 fix all solutions to use libs from lib folder 2 gadi atpakaļ
020 f05fad3c28 fix all solutions to use libs from lib folder 2 gadi atpakaļ
021 d1c888b949 restructure 2 gadi atpakaļ
022 df59124c61 use libraries from lib folder 2 gadi atpakaļ
023 6d3a400969 use libraries from lib folder 2 gadi atpakaļ
024 936afc10db solve 024 2 gadi atpakaļ
lib 07aaed445c extend math lib and list helpers 2 gadi atpakaļ
.gitignore 6b5a4d464c add gitignore file 3 gadi atpakaļ
LICENSE aa0f470465 Initial commit 4 gadi atpakaļ
readme.md e077f54037 update readme 3 gadi atpakaļ
readme.org 9cd1f69edb document usage 2 gadi atpakaļ

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.