Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2025-12-09 14:40:41 +01:00
5dab84eeb3 feat: solve part two
Kharec pushed to main at Kharec/auditui 2025-12-09 10:48:05 +01:00
44d4f28ceb docs: one more done
Kharec pushed to main at Kharec/auditui 2025-12-09 10:47:52 +01:00
1d6033f057 docs: update readme
5fe10a1636 feat: print chapter and progress in the footer of the app while a book is playing
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-09 07:10:32 +01:00
2283b62503 clean: oneliner for compute and check
Kharec pushed to main at Kharec/advent-of-code 2025-12-09 06:45:43 +01:00
ccf50c12c9 test: add unit test for part two
Kharec pushed to main at Kharec/advent-of-code 2025-12-09 06:33:19 +01:00
f25d7511aa feat: solve part one
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