| .. |
|
AoC_2025.csproj
|
Extract `IntArrayEqualityComparer` to new `AdventOfCode.HelperClasses` project and refactor solution to use the shared class
|
2025-12-12 12:39:31 +01:00 |
|
Day01.cs
|
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 |
|
Day02.cs
|
Introduce regex-based methods `SolvePart1Regex` and `SolvePart2Regex` in Day02 for another invalid ID detection
|
2025-12-12 20:37:31 +01:00 |
|
Day03.cs
|
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 |
|
Day04.cs
|
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 |
|
Day05.cs
|
Added unit test project for HelperClasses and tests for `IntegerRange.cs`. Implemented IEnumerable on IntegerRange.
|
2025-12-14 14:45:13 +01:00 |
|
Day06.cs
|
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 |
|
Day07.cs
|
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 |
|
Day08.cs
|
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 |
|
Day09.cs
|
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 |
|
Day10.cs
|
Refactor Day10 to simplify LINQ usage in `GetButtonCombinations` by removing unnecessary `.Select()`
|
2025-12-12 20:20:50 +01:00 |
|
Day11.cs
|
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 |
|
Day12.cs
|
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 |