Commit graph

8 commits

Author SHA1 Message Date
ac7eea0f9b
feat: Reorganize project structure for Day 1 solution
This commit:
- Moves input files to priv/inputs/day1/
- Creates solutions directory in lib/advent_code2024/solutions/
- Adds README.md with problem description
- Updates module and import paths
- Removes old directory structure
2024-12-01 18:10:25 +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
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
8346a50620
feat: Implement calculate_total_distance function with sorting and absolute difference calculation 2024-12-01 09:53:12 +01:00
aa1d1ac20d
project scaffold 2024-12-01 09:46:47 +01:00