source: https://cses.fi/problemset/
This repository contains my solutions to problems from the CSES Problem Set. The goal of this repository is to help me familiarize myself with:
- modern C++ (C++20)
- algorithmic thinking
- data structures
- competitive programming problem patterns
- (to make me suffer on my free time)
Problems are organized according to the categories in the CSES problem set.
cses-solutions/
├─ introductory/
├─ sorting_and_searching/
├─ dynamic_programming/
├─ graph_algorithms/
├─ range_queries/
├─ tree_algorithms/
└─ ...
- Language: C++20
- Compiler: Clang
- Platform: macOS
Problems are from the CSES Problem Set:
Keeping my working convention, 1 issue 1 PR so i'm keeping my standard up while i'm having fun