the-honk/challenges/euler
2024-10-09 18:02:45 +01:00
..
resources feat(euler): 22 - names scores 2024-10-09 18:02:44 +01:00
scripts refactor: the big cleanse! 2024-10-09 18:02:42 +01:00
src feat(euler): 23 - non-abundant sums 2024-10-09 18:02:45 +01:00
thoughts refactor: the big cleanse! 2024-10-09 18:02:42 +01:00
.gitignore refactor: this whole honk thing is getting out of hand 2024-10-09 18:02:40 +01:00
constants.js feat(euler): update readme when generating 2024-10-09 18:02:41 +01:00
package.json feat: nth root calculators (py, c++), list -> chunks (py), repo fixes 2024-10-09 18:02:43 +01:00
pnpm-lock.yaml feat: nth root calculators (py, c++), list -> chunks (py), repo fixes 2024-10-09 18:02:43 +01:00
readme.md feat(euler): 23 - non-abundant sums 2024-10-09 18:02:45 +01:00
tsconfig.json feat(euler): add problem generator 2024-10-09 18:02:40 +01:00

euler

My solutions to many of Project Euler's problems.

The source code can be found in the src directory. My thoughts about some puzzles may also be found in the thoughts directory, showing my thought process or providing some mathematical insight. As per the rules of the challenge, I may only publish the solutions to the first 100 problems here, so I will stop after that but still continue the challenge.

Checklist