the-honk/challenges/euler
2024-10-09 18:02:47 +01:00
..
resources feat(euler): 42 - coded triangle numbers 2024-10-09 18:02:47 +01:00
scripts refactor: the big cleanse! 2024-10-09 18:02:42 +01:00
src feat(euler): 42 - coded triangle numbers 2024-10-09 18:02:47 +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): 42 - coded triangle numbers 2024-10-09 18:02:47 +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(euler): 26 - reciprocal cycles 2024-10-09 18:02:47 +01:00
readme.md feat(euler): 42 - coded triangle numbers 2024-10-09 18:02:47 +01:00
tsconfig.json feat(euler): 48 - self powers 2024-10-09 18:02:45 +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