Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C# Coding Challenges

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.

Features

  • Multiple coding challenges
  • Organized by category
  • Simple CLI to execute challenges

Running Challenges

Run a challenge using the .NET CLI.

Example:

dotnet run jokenpo

Project Structure

Challenges
 ├── Arrays
 ├── Logic
 │   └── Jokenpo.cs
 ├── Strings
 └── Program.cs

Each challenge is implemented as an isolated class.

Challenges

Challenge Category Status
Jokenpo Logic
FizzBuzz Logic 🚧
Two Sum Arrays 🚧

Goals

  • Practice algorithms
  • Improve problem solving
  • Prepare for technical interviews

Technologies

  • C#
  • .NET 8

About

Solutions to common coding challenges and interview problems using C# and .NET.

Resources

Stars

Watchers

Forks

Contributors

Languages