Commit graph

22 commits

Author SHA1 Message Date
02502b0788
fix: Resolve Day04 grid processing and X-MAS pattern matching 2024-12-04 13:23:06 +01:00
13d056a471
test: add test for day4 2024-12-04 12:52:41 +01:00
a4d9ba205a
feat: Add test for part 2 README example in Day03 2024-12-03 14:27:22 +01:00
abce745f07
test: Add comprehensive tests for Part 2 control instructions 2024-12-03 14:19:15 +01:00
787427de18
test: Add comprehensive tests for Day 3 multiplication parsing 2024-12-03 14:05:02 +01:00
645fe19996
feat: Create initial files for Advent of Code 2024 Day 3 solution 2024-12-03 13:52:44 +01:00
d74989b5c4
test: Add comprehensive tests for Day 2 Part 2 Problem Dampener functionality 2024-12-02 08:24:35 +01:00
987fc30dd7
test: Add comprehensive test suite for Day 2 solution 2024-12-02 07:33:40 +01:00
cb337993ce
rename folder to day01 2024-12-01 18:22:31 +01:00
5fd3901892
chore: run formatter 2024-12-01 18:21:21 +01:00
ebf68345ad
refactor: Move Day 1 tests to dedicated test file and simplify main test suite
fix bug
2024-12-01 18:18:02 +01:00
4c70af439e
test: Add test input fixture for Day1 solution 2024-12-01 18:12:02 +01:00
f9f46eadde
refactor: Mirror lib folder structure in test directory for Day 1 2024-12-01 18:11:09 +01:00
5a5a16ab1c
docs: Add AI assistance details to README.md 2024-12-01 16:42:09 +01:00
8a6ea03597
chore: format and renaming 2024-12-01 16:29:12 +01:00
992008b34c
refactor: Move Day 1 logic into dedicated module
refactor: Limit public API of Day1 module and remove private function tests
2024-12-01 16:18:22 +01:00
bbf027d22a
feat: Add similarity score calculation for Day 1 Part 2 2024-12-01 13:28:46 +01:00
dc74c4a7b1
feat: Add solve_day1_part2 function and test for Day 1 Part 2 2024-12-01 10:15:53 +01:00
fee5ec25f3
feat: Add similarity score calculation for Day 1 Part 2 2024-12-01 10:12:03 +01:00
d382b3e31c
feat: Add file reading and parsing functions for Day 1 puzzle solution 2024-12-01 10:05:51 +01:00
881c7335a0
test: Add tests for Day 1 Historian Hysteria challenge 2024-12-01 09:51:05 +01:00
aa1d1ac20d
project scaffold 2024-12-01 09:46:47 +01:00