the-honk/challenges/euler
2022-01-08 19:53:44 +00:00
..
resources feat(euler): 18 & 67 - Maximum path sum I & II 2022-01-08 18:40:21 +00:00
scripts feat(euler): 19 - counting sundays 2022-01-08 19:53:44 +00:00
src feat(euler): 19 - counting sundays 2022-01-08 19:53:44 +00:00
thoughts refactor: this whole honk thing is getting out of hand 2022-01-05 20:25:29 +00:00
.gitignore refactor: this whole honk thing is getting out of hand 2022-01-05 20:25:29 +00:00
constants.js feat(euler): update readme when generating 2022-01-08 19:44:05 +00:00
package.json feat(euler): update readme when generating 2022-01-08 19:44:05 +00:00
pnpm-lock.yaml feat(euler): add problem generator 2022-01-08 19:15:34 +00:00
readme.md feat(euler): 19 - counting sundays 2022-01-08 19:53:44 +00:00
tsconfig.json feat(euler): add problem generator 2022-01-08 19:15:34 +00: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