AdventOfCode/AoC_2025.Tests
Sebastian Lindemeier 6621a36021 Add Day10 implementation with puzzle-solving logic and tests 2025-12-11 06:02:07 +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 Replace hardcoded paths with environment variables 2025-12-04 22:14:43 +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 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
Day10Test.cs Add Day10 implementation with puzzle-solving logic and tests 2025-12-11 06:02:07 +01:00