Skip to content

georgidelchev/dCoder-Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dCoder Challenges

Algorithm challenge solutions from code.dcoder.tech — solved in C#

Language Platform License Stars


82 commits of algorithmic problem solving across three difficulty tiers — Easy, Medium, and Hard — all solved in C#.



📖 About

This repository contains my personal solutions to challenges from dCoder — a competitive coding platform featuring algorithm-based problems designed to sharpen problem-solving skills and make programmers industry ready.

Challenges are organised by difficulty and cover a wide range of algorithmic topics: string manipulation, array operations, mathematical reasoning, pattern recognition, and more. Every solution is written in C# and aims for clarity as well as correctness.


🗂️ Repository Structure

Solutions are split into three folders by difficulty tier:

🟢 Easy Section

Foundational problems focusing on core logic, basic data manipulation, and simple algorithms — ideal for warming up and building confidence with a new problem domain.

📁 Browse Easy →


🟡 Medium Section

A step up in complexity — problems here require more deliberate thinking around data structures, iteration strategies, and combining multiple concepts together.

📁 Browse Medium →


🔴 Hard Section

The tough stuff. Problems that demand algorithmic insight, careful edge-case handling, and efficient solutions.

📁 Browse Hard →


💡 What is dCoder?

dCoder is a competitive coding and mobile IDE platform supporting 50+ programming languages. Its Algo Yo challenges section features a curated set of algorithm problems with a global leaderboard — designed to test and develop real programming skills through hands-on problem solving.


🛠️ Tech Stack


🚀 Getting Started

  1. Clone the repository

    git clone https://github.com/georgidelchev/dCoder-Challenges.git
    cd dCoder-Challenges
  2. Pick a difficulty tier and open any .cs file in Visual Studio, Rider, or VS Code.

  3. Compare with the original problem at code.dcoder.tech/challenges to see the full problem statement.


👤 Author

Georgi Delchev

GitHub LinkedIn Facebook


📄 License

This project is licensed under the MIT License.


Made with ☕ and a love for algorithms

About

dCoder Problems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages