Sebastian Lindemeier
|
d878ab186e
|
Refactor Permutations in EnumerableExtensions by extracting RotateIndices method to simplify and reuse index rotation logic
|
2025-12-16 08:00:03 +01:00 |
|
Sebastian Lindemeier
|
9d4051ece1
|
Refactor Permutations in EnumerableExtensions, add PermutationsWithRepeats method, and update tests for improved validation and clarity
|
2025-12-16 07:56:20 +01:00 |
|
Sebastian Lindemeier
|
0665713725
|
Add CombinationsWithRepeats method to EnumerableExtensions with corresponding tests
|
2025-12-15 13:45:21 +01:00 |
|
Sebastian Lindemeier
|
149977d02f
|
Refactor Permutations method in EnumerableExtensions to remove unnecessary logic and add validation for output count in tests
|
2025-12-15 11:54:40 +01:00 |
|
Sebastian Lindemeier
|
acef1dd7d2
|
Add Permutations method to EnumerableExtensions with corresponding tests
|
2025-12-15 11:05:51 +01:00 |
|
Sebastian Lindemeier
|
56521d39d7
|
Refactor EnumerableExtensions to simplify combination generation by removing Range method and streamlining index logic
|
2025-12-15 10:44:38 +01:00 |
|
Buddhism8003
|
4a5eeb8cf0
|
added test project for AdventOfCode.Extensions
|
2025-12-14 16:26:21 +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 |
|