Sandro CURY CAZZANIGA Kharec
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/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
Kharec pushed to main at Kharec/advent-of-code 2025-11-30 13:04:21 +01:00
bcef8844ec build: only test internal/
20ab5fe4e5 test: adapted p2 test as it expects string and not int
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-11-30 12:55:55 +01:00
959c05b769 feat: add part one solution
Kharec pushed to main at Kharec/advent-of-code 2025-11-30 12:50:50 +01:00
4179c88afb feat: include 2018D2
0dc0c3af3d feat: 2018D2 dataset
c6dc950d3f test: add unit test for p1
Compare 3 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-11-30 12:46:11 +01:00
e5a1504f6b feat: add solutions for P1/P2 2018D1
9da1fa02c8 feat: 2018D1 dataset
99857d8ca5 test: add unit tests for P1/P2
e198caf1b9 feat: include 2018D1
Compare 4 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-11-29 16:15:16 +01:00
9dd5f1354f docs: comment years
Kharec pushed to main at Kharec/advent-of-code 2025-11-29 16:07:05 +01:00
8ad1b166f3 feat: add both solutions
1f3b42b266 feat: 2015D5 dataset
9521677ca8 test: add unit tests for both parts
8938992384 feat: include 2015D5
Compare 4 commits »
Kharec pushed to main at Kharec/goyco 2025-11-29 15:19:45 +01:00
d4e91b6034 refactor: complete refactor and better helpers use
7d46d3e81b clean: remove the unused expectedValue in assertHeader (always set to "")
216aaf3117 refactor: clean code and use new request helpers
435047ad0c refactor: clean code
b7ee8bd11d refactor: clean variable names and use new request helpers
Compare 6 commits »
Kharec pushed to main at Kharec/goyco 2025-11-29 14:56:21 +01:00
2dd16e0e00 refactor: complete
Kharec pushed to main at Kharec/goyco 2025-11-29 14:55:50 +01:00
d6db70cc79 refactor: clean code and variables, use new request helpers
Kharec pushed to main at Kharec/goyco 2025-11-29 14:50:39 +01:00
58e10ade7d refactor: clean variable names and modernize code
Kharec pushed to main at Kharec/goyco 2025-11-29 14:46:29 +01:00
7403a75d8e refactor: clean variable naming
Kharec pushed to main at Kharec/goyco 2025-11-29 14:41:40 +01:00
b429bc11af refactor: clean code and use new request helpers
Kharec pushed to main at Kharec/goyco 2025-11-29 14:37:21 +01:00
2ec5c28fb5 refactor: rename variables and clean code
Kharec pushed to main at Kharec/goyco 2025-11-29 14:21:12 +01:00
3743a99e40 refactor: req -> request, rec -> recorder, reqBody -> requestBody...