AdventOfCode/AoC_2025.Tests
Sebastian Lindemeier bef54ff551 Introduce regex-based methods `SolvePart1Regex` and `SolvePart2Regex` in Day02 for another invalid ID detection 2025-12-12 20:37:31 +01:00
..
AoC_2025.Tests.csproj Add AoC 2025 project structure and first solutions 2025-12-04 21:40:42 +01:00
Day01Test.cs Replace hardcoded paths with environment variables 2025-12-04 22:14:43 +01:00
Day02Test.cs Introduce regex-based methods `SolvePart1Regex` and `SolvePart2Regex` in Day02 for another invalid ID detection 2025-12-12 20:37:31 +01:00
Day03Test.cs Replace hardcoded paths with environment variables 2025-12-04 22:14:43 +01:00
Day04Test.cs Replace hardcoded paths with environment variables 2025-12-04 22:14:43 +01:00
Day05Test.cs Refactor Day04 to use Index() extension method 2025-12-05 09:04:27 +01:00
Day06Test.cs Add Day 06 solution, needs cleanup later 2025-12-06 10:54:11 +01:00
Day07Test.cs Add another Day07 part 2 solution, that's way simpler 2025-12-08 07:00:50 +01:00
Day08Test.cs Refactor Day08 to update data types, optimize method parameters, and improve test logic 2025-12-08 16:55:19 +01:00
Day09Test.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
Day10Test.cs Refactor Day10 to remove unoptimized methods, simplify input parsing, and improve readability and maintainability of lamp and joltage logic by consolidating bitmask logic 2025-12-12 20:11:53 +01:00
Day11Test.cs Add Day11 implementation with puzzle-solving logic and tests 2025-12-11 08:39:25 +01:00
Day12Test.cs Comment out failing assertion in Day12Test for Part 1 input 2025-12-12 06:52:53 +01:00