Skip to content

Repository files navigation

CodeChallenges

A collection of 113+ algorithm and data structure solutions implemented in C# (.NET 10.0), with comprehensive unit tests and performance benchmarks.

Prerequisites

Getting Started

# 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.Benchmarks

Project Structure

CodeChallenges.Solutions/ # Problem solutions organized by category
CodeChallenges.UnitTests/ # xUnit + FluentAssertions tests (mirrors Solutions structure)
CodeChallenges.Benchmarks/ # BenchmarkDotNet performance benchmarks

About

Algorithms, data structures and analysis of their computational complexity

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages