A collection of 113+ algorithm and data structure solutions implemented in C# (.NET 10.0), with comprehensive unit tests and performance benchmarks.
# Build
dotnet build
# Run all tests
dotnet test
# Run tests for a specific problem
dotnet test --filter "FullyQualifiedName~SudokuSolver"
# Run benchmarks
dotnet run --project CodeChallenges.BenchmarksCodeChallenges.Solutions/ # Problem solutions organized by category
CodeChallenges.UnitTests/ # xUnit + FluentAssertions tests (mirrors Solutions structure)
CodeChallenges.Benchmarks/ # BenchmarkDotNet performance benchmarks