Skip to content

Kepler2024/CSES-Problem-Set-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

CSES Problem Set Solutions

My personal solutions to problems from the CSES Problem Set since 2026/1/27.

About CSES

CSES (Code Submission Evaluation System) is a collection of competitive programming practice problems maintained by the University of Helsinki. The problem set covers essential algorithms and data structures topics commonly seen in competitive programming.

Progress

Category Solved Total
Introductory Problems 18 24
Sorting and Searching 0 35
Dynamic Programming 0 23
Graph Algorithms 0 36
Range Queries 0 25
Tree Algorithms 0 16
Mathematics 0 37
String Algorithms 0 21
Geometry 0 16
Advanced Techniques 0 25
Sliding Window Problems 0 11
Interactive Problems 0 6
Bitwise Operations 0 11
Construction Problems 0 8
Advanced Graph Problems 0 28
Counting Problems 0 18
Additional Problems I 0 30
Additional Problems II 0 30
Total 18 400

Language

All solutions are written in C++.

Compilation

To compile and run any solution:

g++ -std=c++20 -O2 -Wall solution.cpp -o solution
./solution

Notes

  • Some problems have multiple solution approaches (e.g., bit manipulation vs. backtracking)
  • Solutions prioritize clarity and correctness over extreme optimization

Resources

License

This repository contains my personal solutions for educational purposes.


Author: Harry Cui Kepler

About

My personal solutions to problems from CESE Problem Set.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages