Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 457 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 457 Bytes

CSES

Solving algorithmic problems from the CSES (Java / C++).

Solutions are grouped by thematic sections.

The solution to each problem is located in the corresponding Main.java class file in an empty package (these are the resource requirements for a Java solution of tasks).

Some problems were solved using C++ (due to problems with TLE in Java implementation). The solution to such problems is in the file main.cpp.