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.
- Host: GitHub
- URL: https://github.com/georgidelchev/dcoder-challenges
- Owner: georgidelchev
- License: mit
- Created: 2020-04-24T17:30:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T18:37:23.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T16:49:46.760Z (over 1 year ago)
- Topics: dcoder, problems, problemsolving
- Language: C#
- Homepage: https://dcoder.tech/
- Size: 54.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dCoder Challenges
**Algorithm challenge solutions from [code.dcoder.tech](https://code.dcoder.tech/challenges) — solved in C#**
[](https://github.com/georgidelchev/dCoder-Challenges/search?l=c%23)
[](https://code.dcoder.tech/challenges)
[](LICENSE)
[](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**
[](https://github.com/georgidelchev)
[](https://www.linkedin.com/in/delchevgeorgi/)
[](https://www.facebook.com/georgi.d99/)
---
## 📄 License
This project is licensed under the [MIT License](LICENSE).
---
Made with ☕ and a love for algorithms