Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2025-12-09 06:14:06 +01:00
243ccf3da9 test: unit test for part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-09 06:05:52 +01:00
aedf9cd06d chore: day 9 input
c053c905ad feat: register ninth day
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 22:53:04 +01:00
7dff40745c feat: solve part two using keypad with 10+ for letter and 0 for inexisting keys
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 22:52:11 +01:00
464495fd4c feat: solve part one using keypad with 10+ for letter and 0 for inexisting keys
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 22:39:14 +01:00
0e8563b216 test: add printing unit test for part two (as it returns string)
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 22:35:03 +01:00
6720bbabc1 feat: solve part one building the code digit by digit
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 22:26:31 +01:00
6035989da4 test: add unit test for part one
dc16893777 chore: add 2016D2 dataset
fdfad57cee feat: register second day
Compare 3 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 22:17:14 +01:00
9cf00b290f feat: solve part two using same logic and injecting me :)
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 22:01:34 +01:00
47072a4982 feat: extract shared functions and solve part two
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 21:55:31 +01:00
62748990cb test: unit test for part two
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 21:51:44 +01:00
42c69d44e5 feat: solve part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 21:45:45 +01:00
c6eb51a395 comment: no test for part two
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 21:45:31 +01:00
6777696df6 test: add unit test for part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 21:43:42 +01:00
a8e244f9ab feat: register third day
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 21:43:19 +01:00
911f9bfe7b chore: add 2022D3 dataset
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 21:26:10 +01:00
24a65d3752 feat: solve part one using brute-force permutation search
0bd0ec5f1e test: add unit test for part one
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 17:39:38 +01:00
0ad418ed1f feat: register d13
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 17:39:11 +01:00
ec48231aae chore: add D13 dataset
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 15:21:47 +01:00
5631822e73 feat: tiny refactor for part two which we're solving using Kruskal's algorithm
Kharec pushed to main at Kharec/advent-of-code 2025-12-08 12:30:14 +01:00
630d32ba11 test: add unit test for part two