the-honk/challenges/euler
2024-10-09 18:02:41 +01:00
..
resources feat(euler): 18 & 67 - Maximum path sum I & II 2024-10-09 18:02:40 +01:00
scripts feat(euler): 19 - counting sundays 2024-10-09 18:02:41 +01:00
src feat(euler): 20 - Factorial digit sum 2024-10-09 18:02:41 +01:00
thoughts refactor: this whole honk thing is getting out of hand 2024-10-09 18:02:40 +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(euler): update readme when generating 2024-10-09 18:02:41 +01:00
pnpm-lock.yaml feat(euler): add problem generator 2024-10-09 18:02:40 +01:00
readme.md feat(euler): 20 - Factorial digit sum 2024-10-09 18:02:41 +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