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

https://github.com/ashu10dubey/cses-problem-set

CSES Problems Solution in CPP
https://github.com/ashu10dubey/cses-problem-set

cpp cses dsa-practice problem-solving

Last synced: about 1 month ago
JSON representation

CSES Problems Solution in CPP

Awesome Lists containing this project

README

        

CSES Problem Set – C++ Solutions with Personal Approaches



---

## Overview

Welcome to my **C++ solutions** for the [CSES Problem Set](https://cses.fi/problemset/), crafted with a blend of clarity, performance, and personalized explanations. This repository is a comprehensive hub for structured problem-solving with modern C++ and the Standard Template Library (STL).

Each file represents not only the correct solution but **my unique problem-solving approach** and optimized algorithmic patterns — ideal for learning, revising, or contributing.

---

## Problem Categories Covered
- Introductory Problems: 21
- Sorting and Searching: 15
- Dynamic Programming: 18
- Graph Algorithms: 35
- Range Queries: 19
- Tree Algorithms: 17
- Mathematics: 26
- String Algorithms: 20
- Geometry: 7
- Advanced Techniques: 21
- Additional Problems: 73

---

## 🛠️ Tools & Technologies

- **Language:** C++ (with STL)
- **Platform:** CSES.fi

---