Skip to content

Repository files navigation

🧩 CSES Problem Set Solutions

My C++ solutions to the CSES Problem Set — written to be efficient and readable.

C++ CSES Competitive Programming


📂 Structure

Solutions are organized by the official CSES categories, each in its own folder:

CSES/
├── Introductory Problems/
├── Sorting and Searching/
├── Dynamic Programming/
└── ...            # more categories added as they are solved

🎯 About

The CSES Problem Set is a collection of classic algorithmic problems. This repository tracks my progress through it, with each solution focused on correct, efficient and clean C++ implementations covering core topics — sorting & searching, dynamic programming, graph algorithms, range queries and more.

▶️ Compile & Run

g++ -O2 -std=c++17 solution.cpp -o sol
./sol

Working through the CSES set, one category at a time. 📈

About

A collection of solved problems from the CSES Problem Set. This repository includes solutions to a variety of algorithmic challenges to enhance skills in data structures, dynamic programming, graph theory, and more. Each solution is written in C++/Python and is designed to be efficient and readable.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages