My code library for competitive programming.
powered by competitive-verifier/competitive-verifier & Tiphereth-A/TINplate.
Report Bug
·
Request Feature
·
Latest Release
·
Citation File
- Implementations of plenty of algorithms & data structures used in competitive programming.
- Printable document generator.
- Test matrix support.
If you just want to use the library, just copy include/*
to your path, or download CP-lib.tar.gz
in Releases and extract it to your path.
You can also get the printable document (notebook.pdf
, Chinese) in Releases.
There are two configuration files needed by manage script:
tcgen.yml
: configuration about test matrices.config.yml
: all other configurations.
See CONTRIBUTING.