Solutions for AdventOfCode
Go to file
Buddhism8003 0b0f4eabb4 Added a Downloader for AoC puzzle inputs 2025-12-14 16:06:38 +01:00
AdvenOfCode.Contracts Add AoC 2025 project structure and first solutions 2025-12-04 21:40:42 +01:00
AdventOfCode.Downloader Added a Downloader for AoC puzzle inputs 2025-12-14 16:06:38 +01:00
AdventOfCode.Extensions Extract `Combinations` method to `AdventOfCode.Extensions` and refactor usages to improve modularity and reduce duplication 2025-12-12 12:35:01 +01:00
AdventOfCode.HelperClasses Added a Downloader for AoC puzzle inputs 2025-12-14 16:06:38 +01:00
AdventOfCode.HelperClasses.Tests Added unit test project for HelperClasses and tests for `IntegerRange.cs`. Implemented IEnumerable on IntegerRange. 2025-12-14 14:45:13 +01:00
AoC_2025 Used IntegerRange from HelperClasses in solutions for day 02 2025-12-14 14:57:31 +01:00
AoC_2025.Runner Add Day10 implementation with puzzle-solving logic and tests 2025-12-11 06:02:07 +01:00
AoC_2025.Tests Added a Downloader for AoC puzzle inputs 2025-12-14 16:06:38 +01:00
.gitignore Add global.json to .gitignore 2025-12-04 21:40:21 +01:00
AdventOfCode.sln Added a Downloader for AoC puzzle inputs 2025-12-14 16:06:38 +01:00