An open API service indexing awesome lists of open source software.

https://github.com/georgidelchev/dcoder-challenges

dCoder Problems.
https://github.com/georgidelchev/dcoder-challenges

dcoder problems problemsolving

Last synced: 13 days ago
JSON representation

dCoder Problems.

Awesome Lists containing this project

README

          

# dCoder Challenges

**Algorithm challenge solutions from [code.dcoder.tech](https://code.dcoder.tech/challenges) — solved in C#**

[![Language](https://img.shields.io/badge/C%23-100%25-239120?style=flat-square&logo=csharp&logoColor=white)](https://github.com/georgidelchev/dCoder-Challenges/search?l=c%23)
[![Platform](https://img.shields.io/badge/Platform-dCoder-FF6B35?style=flat-square)](https://code.dcoder.tech/challenges)
[![License](https://img.shields.io/badge/License-MIT-6366F1?style=flat-square)](LICENSE)
[![Stars](https://img.shields.io/github/stars/georgidelchev/dCoder-Challenges?style=flat-square&color=F59E0B)](https://github.com/georgidelchev/dCoder-Challenges/stargazers)


*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](https://code.dcoder.tech/challenges)** — 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 →](./%5BEASY%20SECTION%5D)

---

### 🟡 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 →](./%5BMEDIUM%20SECTION%5D)

---

### 🔴 Hard Section

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

📁 [Browse Hard →](./%5BHARD%20SECTION%5D)

---

## 💡 What is dCoder?

[dCoder](https://dcoder.tech) 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

- **Language:** C# (.NET)
- **IDE:** Visual Studio
- **Platform:** [dCoder Challenges](https://code.dcoder.tech/challenges)

---

## 🚀 Getting Started

1. **Clone the repository**
```bash
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](https://code.dcoder.tech/challenges) to see the full problem statement.

---

## 👤 Author

**Georgi Delchev**

[![GitHub](https://img.shields.io/badge/GitHub-georgidelchev-181717?style=flat-square&logo=github)](https://github.com/georgidelchev)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-delchevgeorgi-0A66C2?style=flat-square&logo=linkedin)](https://www.linkedin.com/in/delchevgeorgi/)
[![Facebook](https://img.shields.io/badge/Facebook-georgi.d99-1877F2?style=flat-square&logo=facebook)](https://www.facebook.com/georgi.d99/)

---

## 📄 License

This project is licensed under the [MIT License](LICENSE).

---


Made with ☕ and a love for algorithms