A collection of coding challenges and technical interview exercises implemented in C#.
This repository is used to practice problem solving, algorithms and clean code using .NET.
- Multiple coding challenges
- Organized by category
- Simple CLI to execute challenges
Run a challenge using the .NET CLI.
Example:
dotnet run jokenpo
Challenges
├── Arrays
├── Logic
│ └── Jokenpo.cs
├── Strings
└── Program.cs
Each challenge is implemented as an isolated class.
| Challenge | Category | Status |
|---|---|---|
| Jokenpo | Logic | ✅ |
| FizzBuzz | Logic | 🚧 |
| Two Sum | Arrays | 🚧 |
- Practice algorithms
- Improve problem solving
- Prepare for technical interviews
- C#
- .NET 8