Commit Graph

12 Commits

Author SHA1 Message Date
Sebastian Lindemeier aaf32260d0 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
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
Sebastian Lindemeier 411672d8c3 Refactor Day08 and Day09 to update collection types and method names for improved consistency and clarity 2025-12-09 11:41:41 +01:00
Sebastian Lindemeier 1b1c64b103 Refactor Day08 to update data types, optimize method parameters, and improve test logic 2025-12-08 16:55:19 +01:00
Sebastian Lindemeier 9d8a611f76 Refactor Day08 to reorder methods and simplify circuit connection logic 2025-12-08 11:35:09 +01:00
Sebastian Lindemeier a3ac176602 Refactor Day08 to rename variables and extract CreateCircuits method for clarity 2025-12-08 11:26:31 +01:00
Sebastian Lindemeier 36d7a3f4e5 Refactor Day08 to simplify AddToCircuits logic 2025-12-08 11:14:18 +01:00
Sebastian Lindemeier c559f61496 Refactor Day08 to simplify circuit merge logic 2025-12-08 10:54:19 +01:00
Sebastian Lindemeier 629467f376 Refactor Day08 to improve readability with LINQ 2025-12-08 09:35:26 +01:00
Sebastian Lindemeier 7a02ba6b0e Refactor Day08 to improve readability 2025-12-08 09:19:33 +01:00
Sebastian Lindemeier b60db3c78a Refactor Day08 to improve readability and speed 2025-12-08 09:13:17 +01:00
Sebastian Lindemeier 04d9b2fd45 Add Day 08 solution 2025-12-08 08:51:43 +01:00