Sebastian Lindemeier
|
ed3b577516
|
Refactor Day12 to simplify LINQ usage in `GetMinTotalPresentArea` by replacing `.Select()` with `.Zip()`
|
2025-12-15 10:21:31 +01:00 |
Sebastian Lindemeier
|
aaf32260d0
|
Extract `Coordinate`, `IntegerRange` and `Coordinate3d` to new `AdventOfCode.HelperClasses` project and refactor solution for modularity and type consistency
|
2025-12-12 13:14:17 +01:00 |
Sebastian Lindemeier
|
ab7af90af9
|
Refactor Day12 to remove redundant `Where` in presentSizes calculation and adjust method modifier for `GetMinTotalPresentArea`
|
2025-12-12 07:02:25 +01:00 |
Sebastian Lindemeier
|
10b5648b9a
|
Add Day12 implementation with puzzle-solving logic and tests
|
2025-12-12 06:52:17 +01:00 |