Fabian Schmidt fapmaster
fapmaster pushed to main at Playground/AdventOfCode 2024-12-07 23:49:18 +01:00
d3f4cfd897 y2024d6
fapmaster pushed to main at Playground/AdventOfCode 2024-12-06 10:04:15 +01:00
49633b8504 y2016d5
fapmaster pushed to main at Playground/AdventOfCode 2024-12-05 12:54:48 +01:00
8fd9bcd63a y2016d4
fapmaster pushed to main at Playground/AdventOfCode 2024-12-05 10:47:39 +01:00
a09f89896d y2016d3
fapmaster pushed to main at Playground/AdventOfCode 2024-12-05 10:21:14 +01:00
d12175371e y2016d2
fapmaster pushed to main at Playground/AdventOfCode 2024-12-05 09:13:29 +01:00
3da784f97d y2024d5
fapmaster pushed to main at dotfiles/nvim 2024-12-05 07:58:46 +01:00
89e118f1a1 Update plugins
670ecf53dd Changed emmet lsp, silenced repeated key warning from which-key, fixed annoying rust-analyzer error
Compare 2 commits »
fapmaster pushed to main at projects/PuzzleUtils 2024-12-05 07:50:54 +01:00
bfbdb6a20e added some grid stuff
fapmaster pushed to main at Playground/AdventOfCode 2024-12-05 07:48:36 +01:00
b39f312e9f y2016d1 genuinely don't understand why this was so hard
f663a57db8 fixed justfile as I had some issues when I wanted to generated 2024
33ba8d72f4 y2015d25
29a122c3ff y2024d4
dafe576fc9 y2015d24 pretty easy also but had to use itertools instead of my own combinations/permutations impl because of an overflow
Compare 13 commits »
fapmaster pushed to main at Playground/AdventOfCode 2024-12-02 10:47:52 +01:00
67d3a56011 y2024d2
fapmaster pushed to main at Playground/AdventOfCode 2024-12-01 20:24:09 +01:00
a1183f8ef4 y2024d1
fapmaster pushed to main at Playground/AdventOfCode 2024-12-01 19:51:13 +01:00
5531e8aa7a Merge
cd1249a5fe Getting closer to y2015d22p2
00692c18df y2015d22 new approach, no recursion, still broken
46deb678df y2015d22 tests work, solution incorrect and slow
7d0ed36699 refactoring
Compare 13 commits »
fapmaster pushed to main at projects/PuzzleUtils 2024-11-28 13:34:26 +01:00
87b4b49dad Fixed combination and renamed digits to more generic elements in permutation, big sets still not working
fapmaster pushed to main at projects/PuzzleUtils 2024-11-28 12:32:43 +01:00
e293fb90d3 Add test for permutation and fixed it
fapmaster pushed to main at projects/PuzzleUtils 2024-11-28 11:02:20 +01:00
cc626a6d85 Small changes
fapmaster pushed to main at projects/PuzzleUtils 2024-11-28 11:01:17 +01:00
19b2434789 Added tests for combination
fapmaster pushed to main at projects/PuzzleUtils 2024-11-27 15:03:40 +01:00
9f10cee3e0 Fixed div now all arithmetic operations should work
fapmaster pushed to main at projects/PuzzleUtils 2024-11-27 14:39:54 +01:00
1bc82a7073 Fixed div now all arithmetic operations should work
fapmaster pushed to main at projects/PuzzleUtils 2024-11-27 11:51:13 +01:00
1e0f6fd077 Added more tests and fixed add and sub
fapmaster pushed to main at projects/PuzzleUtils 2024-11-27 11:49:02 +01:00
6622e7c507 Added more tests and fixed add and sub