Commit graph

35 commits

Author SHA1 Message Date
95c8f4738f feat(26): complete reciprocal cycles 2024-10-09 18:10:13 +01:00
2c5ed7a6d3 feat(25): complete 1000-digit fibonacci number 2024-10-09 18:10:13 +01:00
508f898e44 feat(24): complete lexicographic permutations 2024-10-09 18:10:13 +01:00
100f2c03be feat(23): complete non-abundant sums 2024-10-09 18:10:13 +01:00
6ab9e999b5 feat(21): complete amicable numbers 2024-10-09 18:10:13 +01:00
68e02a020b feat: 20 - factorial digit sum 2024-10-09 18:10:13 +01:00
bdd644ad4a feat: rewrite 16 - power digit sum 2024-10-09 18:10:12 +01:00
adaa608e31 feat: 19 - counting sundays 2024-10-09 18:10:12 +01:00
7945bdd0ce feat: rewrite tooling 2024-10-09 18:10:12 +01:00
19742c35b0 feat: 27 - quadratic primes 2024-10-09 18:10:12 +01:00
525ba998df feat(cli): run command with benchmarking 2024-10-09 18:10:12 +01:00
5accea1fb2 feat: 18 - maximum path sum I 2024-10-09 18:10:11 +01:00
d2e0a5cd91 feat: 17 - number letter counts
added phf_map for constant hashmap like structures
2024-10-09 18:10:11 +01:00
2c64ab4657 feat: 16 - power digit sum
depends on num_bigint::BigUint
2024-10-09 18:10:11 +01:00
0b99867345 feat: 67 - maximum path sum 2024-10-09 18:10:11 +01:00
0a6586217b feat(problem): 42 - coded triangle numbers 2024-10-09 18:10:11 +01:00
1c88037e21 feat(problem): 22 - names scores, and improved file generation 2024-10-09 18:10:11 +01:00
479648eea0 chore(build): create build script 2024-10-09 18:10:10 +01:00
51c4dd6c65 feat(problem): 15 - lattice paths 2024-10-09 18:10:10 +01:00
264a0c093f feat(problem): 14 - longest collatz sequence 2024-10-09 18:10:10 +01:00
f5d308e0a9 feat(problem): 13 - large sum 2024-10-09 18:10:10 +01:00
5d6c47106d feat(problem): 12 - highly divisible triangle number 2024-10-09 18:10:10 +01:00
8947bdd61c feat(problem): 11 - largest product in a grid 2024-10-09 18:10:10 +01:00
55a16a87a6 feat(problem): 10 - summation of primes 2024-10-09 18:10:09 +01:00
f01862dddf feat(problem): 9 - special pythagorean triplet 2024-10-09 18:10:09 +01:00
5b18aab18d feat(tools): readme updater! 2024-10-09 18:10:09 +01:00
4fa26b9720 feat(problem): 8 - largest product in a series 2024-10-09 18:10:09 +01:00
167fafeb24 feat(problem): 7 - 10,001st prime 2024-10-09 18:10:09 +01:00
0cf37b0850 feat(problem): 6 - sum square difference 2024-10-09 18:10:09 +01:00
8e9427d117 feat(problem): 5 - smallest multiple 2024-10-09 18:10:09 +01:00
88410e87df feat(problem): 4 - largest palindrome product 2024-10-09 18:10:08 +01:00
ada938bc68 feat(problem): 3 - largest prime factor 2024-10-09 18:10:08 +01:00
a633bdf8a5 feat(problem): 2 - even fibonacci numbers 2024-10-09 18:10:08 +01:00
62becdbc65 feat(tools): cli to help generate files for new problems, and problem 1 rewritten in rust 2024-10-09 18:10:08 +01:00
a0a6f8c8f7 Initial commit. 2024-10-09 18:10:08 +01:00