aaf32260d0
Extract `Coordinate`, `IntegerRange` and `Coordinate3d` to new `AdventOfCode.HelperClasses` project and refactor solution for modularity and type consistency
85516cd783
Extract `IntArrayEqualityComparer` to new `AdventOfCode.HelperClasses` project and refactor solution to use the shared class
d0b612154a
Extract `Combinations` method to `AdventOfCode.Extensions` and refactor usages to improve modularity and reduce duplication
6621a36021
Add Day10 implementation with puzzle-solving logic and tests
82772fd4e0
Refactor Day04 and Day09 to rename methods and variables for improved clarity and update Day09 tests with additional input file and test case