AdventOfCode/AdventOfCode.HelperClasses
Sebastian Lindemeier 0359bacf47 Add subtraction and scalar multiplication operators to `Coordinate` and `Coordinate3d` 2025-12-15 10:21:43 +01:00
..
AdventOfCode.HelperClasses.csproj Extract `IntArrayEqualityComparer` to new `AdventOfCode.HelperClasses` project and refactor solution to use the shared class 2025-12-12 12:39:31 +01:00
Coordinate.cs Add subtraction and scalar multiplication operators to `Coordinate` and `Coordinate3d` 2025-12-15 10:21:43 +01:00
IntArrayEqualityComparer.cs Extract `IntArrayEqualityComparer` to new `AdventOfCode.HelperClasses` project and refactor solution to use the shared class 2025-12-12 12:39:31 +01:00
IntegerRange.cs Added unit test project for HelperClasses and tests for `IntegerRange.cs`. Implemented IEnumerable on IntegerRange. 2025-12-14 14:45:13 +01:00