codelib

My own code library for competitive programming

Stars
77

codelib

This is my own code library for competitive programming. The readability of the code is much better than most of the similar ones. You can fork it if you would like to use it.

Build

mkdir build
cd build
cmake ..
make

Test

Assume you have build the project and in the directory of build/.

ctest