the-honk/challenges/euler/src
2024-10-09 18:02:45 +01:00
..
1 - Multiples of 3 or 5.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
2 - Even Fibonacci numbers.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
3 - Largest prime factor.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
4 - Largest pallindrome product.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
5 - Smallest multiple.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
6 - Sum square difference.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
7 - 10001st Prime.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
8 - Largest product in a series.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
9 - Special Pythagorean triplet.ts feat(euler): allow for many challenges to be run at once 2024-10-09 18:02:41 +01:00
10 - Sumation of primes.ts feat(euler): allow for many challenges to be run at once 2024-10-09 18:02:41 +01:00
11 - Largest product in a grid.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
12 - Highly divisible triangular number.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
13 - Large sum.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
14 - Longest Collatz sequence.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
15 - Lattice paths.ts feat(euler): allow for many challenges to be run at once 2024-10-09 18:02:41 +01:00
16 - Power digit sum.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
17 - Number letter counts.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
18 - Maximum path sum I.ts refactor(euler): add problems commented in the files 2024-10-09 18:02:40 +01:00
19 - Counting Sundays.ts feat(euler): 19 - counting sundays 2024-10-09 18:02:41 +01:00
20 - Factorial digit sum.ts feat(euler): 20 - Factorial digit sum 2024-10-09 18:02:41 +01:00
21 - Amicable numbers.ts feat(euler): 21 - amicable numbers 2024-10-09 18:02:44 +01:00
22 - Names scores.ts feat(euler): 22 - names scores 2024-10-09 18:02:44 +01:00
23 - Non-abundant sums.ts feat(euler): 23 - non-abundant sums 2024-10-09 18:02:45 +01:00
24 - Lexicographic permutations.ts feat(euler): 24 - lexographic permutations 2024-10-09 18:02:45 +01:00
25 - 1000-digit Fibonacci number.ts feat(euler): challenge 25 - 1000 digit fibonacci index 2024-10-09 18:02:45 +01:00
67 - Maximum path sum II.ts feat(euler): add problem generator 2024-10-09 18:02:40 +01:00