AdventOfCode/AoC_2025
Sebastian Lindemeier d0b612154a Extract `Combinations` method to `AdventOfCode.Extensions` and refactor usages to improve modularity and reduce duplication 2025-12-12 12:35:01 +01:00
..
AoC_2025.csproj Extract `Combinations` method to `AdventOfCode.Extensions` and refactor usages to improve modularity and reduce duplication 2025-12-12 12:35:01 +01:00
Day01.cs small refactorings 2025-12-05 09:45:02 +01:00
Day02.cs Add AoC 2025 project structure and first solutions 2025-12-04 21:40:42 +01:00
Day03.cs Add AoC 2025 project structure and first solutions 2025-12-04 21:40:42 +01:00
Day04.cs Refactor Day04 and Day09 to rename methods and variables for improved clarity and update Day09 tests with additional input file and test case 2025-12-11 06:01:54 +01:00
Day05.cs Add Day 06 solution, needs cleanup later 2025-12-06 10:54:11 +01:00
Day06.cs Refactor Day06 to simplify operand handling and with using Zip-LINQ method 2025-12-07 17:46:54 +01:00
Day07.cs Refactor Day07 to rename variables and fix return type for timeline count methods 2025-12-08 10:32:56 +01:00
Day08.cs Extract `Combinations` method to `AdventOfCode.Extensions` and refactor usages to improve modularity and reduce duplication 2025-12-12 12:35:01 +01:00
Day09.cs Extract `Combinations` method to `AdventOfCode.Extensions` and refactor usages to improve modularity and reduce duplication 2025-12-12 12:35:01 +01:00
Day10.cs Extract `Combinations` method to `AdventOfCode.Extensions` and refactor usages to improve modularity and reduce duplication 2025-12-12 12:35:01 +01:00
Day11.cs Refactor Day11 to replace loops with LINQ `Sum` for cleaner aggregation logic and comment out failing test in Day09 2025-12-11 15:04:25 +01:00
Day12.cs Refactor Day12 to remove redundant `Where` in presentSizes calculation and adjust method modifier for `GetMinTotalPresentArea` 2025-12-12 07:02:25 +01:00