Fabian Schmidt fapmaster
fapmaster pushed to main at projects/PuzzleUtils 2024-11-26 15:59:02 +01:00
cad2d2b910 Some minimal progress on div
fapmaster pushed to main at projects/PuzzleUtils 2024-11-26 15:40:44 +01:00
50b2aa8932 Added tests for div and rem
fapmaster pushed to main at projects/PuzzleUtils 2024-11-26 15:39:20 +01:00
ed886762d0 Change digits from isize to i8
fapmaster pushed to main at projects/PuzzleUtils 2024-11-26 11:11:15 +01:00
2ec7e6c296 Mul seems to be working
fapmaster pushed to main at projects/PuzzleUtils 2024-11-26 09:56:33 +01:00
23a96d5bee Big refactoring, mul not yet working 100%
e0fce27917 Refactoring
Compare 2 commits »
fapmaster pushed to main at projects/PuzzleUtils 2024-11-22 14:17:08 +01:00
1f96d76c74 Refactoring
fapmaster pushed to main at projects/PuzzleUtils 2024-11-20 12:34:17 +01:00
b44908429a Remove get_recurring from fraction as it is not really useful I think other than for euler 26
fapmaster pushed to main at projects/PuzzleUtils 2024-11-18 16:02:31 +01:00
5c802bf310 Not yet working properly euler::problem_26
fapmaster pushed to main at projects/PuzzleUtils 2024-11-18 14:31:05 +01:00
1df263be65 Add Fraction struct
fapmaster pushed to main at Playground/AdventOfCode 2024-11-18 11:52:44 +01:00
3bb1616d7e Use PuzzleUtils
fapmaster pushed to main at projects/PuzzleUtils 2024-11-18 11:40:49 +01:00
49b0f24c1b Add binomial to math
fapmaster pushed to main at projects/PuzzleUtils 2024-11-18 11:20:43 +01:00
fdf46c9dd3 Moved nth_lex out of struct impl
fapmaster created branch main in projects/PuzzleUtils 2024-11-18 11:03:39 +01:00
fapmaster pushed to main at projects/PuzzleUtils 2024-11-18 11:03:39 +01:00
d3a93a875f Added a bunch of things I needed in previous challenges
960e9e2897 Initial commit and Readme
fapmaster created repository projects/PuzzleUtils 2024-11-18 11:02:14 +01:00
fapmaster pushed to main at Playground/AdventOfCode 2024-11-18 09:03:35 +01:00
a875d889fa y2015d22 new approach, no recursion, still broken
33e6f1241c y2015d22 tests work, solution incorrect and slow
5015474745 refactoring
36bb36803a y2015d21
2d6e0155bc y2015d20
Compare 11 commits »
fapmaster pushed to main at Playground/AdventOfCode 2024-11-15 16:01:21 +01:00
00692c18df y2015d22 new approach, no recursion, still broken
fapmaster pushed to main at Playground/AdventOfCode 2024-11-15 13:24:07 +01:00
46deb678df y2015d22 tests work, solution incorrect and slow
fapmaster pushed to main at Playground/AdventOfCode 2024-11-10 19:52:01 +01:00
7d0ed36699 refactoring
fapmaster pushed to main at Playground/AdventOfCode 2024-11-05 15:44:30 +01:00
1d9c848525 y2015d21