Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 20:53:02 +01:00
3756279dab test: add unit test for p2
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 20:47:07 +01:00
70189f4295 feat: solve part one
cdacf7ae06 test: add unit test for p1 from paper calculation
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 20:35:11 +01:00
074c762960 feat: add 2015D6 dataset
6babf31a20 feat: include 2015D6
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 20:09:43 +01:00
cdefd68320 feat: add 2018D3 dataset
f28611a7bf test: add unit tests for p1/p2
f98034b00c feat: solve both parts
375b756718 feat: include 2018D3
Compare 4 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 19:37:32 +01:00
6668e8ae1b fix: remove empty branch
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 19:36:28 +01:00
e58959778a docs: update readme
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 19:35:03 +01:00
eb72fe9ebd build: get rid of "new" target
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 19:32:04 +01:00
e355423675 feat: automatically download each day input
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 12:35:17 +01:00
b1be29c21c feat: solve part two using modular arithmetic
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 12:20:07 +01:00
b04dcc5aea test: add P2 unit test
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 12:18:58 +01:00
11b6227d0e feat: add P1 solution
31660c7510 test: add P1 unit test
728bbb2a06 feat: add input for 2022D2
16a99ba8d8 feat: include 2022D2
Compare 4 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 07:41:53 +01:00
0949840317 feat: solve P2, same as P1 but check every time the dial passes through 0 during the rotation
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 07:35:06 +01:00
daec5a8671 test: add unit test for p2
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 07:31:17 +01:00
d66cd1179d feat: solve P1 using modulo to keep it between boundaries
Kharec pushed to main at Kharec/advent-of-code 2025-12-01 07:20:16 +01:00
2d3828c55d test: design unit test for part one
b7a7bfb5c7 feat: add 2025D1 input
be918bdf6c feat: include 2025D1 let's gooooo
Compare 3 commits »
Kharec pushed to main at Kharec/hugo-pages 2025-11-30 14:04:53 +01:00
c0fe769f30 clean: other characters
Kharec pushed to main at Kharec/hugo-pages 2025-11-30 13:59:44 +01:00
44aaefd6ba clean: remove confusable unicode characters
Kharec pushed to main at Kharec/hugo-pages 2025-11-30 13:57:01 +01:00
8872f8b233 clean: non utf8 chars and '
Kharec pushed to main at Kharec/advent-of-code 2025-11-30 13:35:57 +01:00
c8517b674f docs: explain the string answers trick
Kharec pushed to main at Kharec/advent-of-code 2025-11-30 13:08:56 +01:00
f3d73b7c4b feat: P2 solution using pairwise comparison