Skip to content

Tiphereth-A/CP-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP-lib

My code library for competitive programming.
powered by competitive-verifier/competitive-verifier & Tiphereth-A/TINplate.

Report Bug · Request Feature · Latest Release · Citation File

GitHub Code Size Standard Requirments

GitHub deployments GitHub Workflow Status (with event) - verify GitHub Workflow Status (with event) - release GitHub Workflow Status (with event) - codeql GitHub Workflow Status (with event) - flawfinder

Features

  • Implementations of plenty of algorithms & data structures used in competitive programming.
  • Printable document generator.
  • Test matrix support.

Usage

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.

Configuration

There are two configuration files needed by manage script:

  • tcgen.yml: configuration about test matrices.
  • config.yml: all other configurations.

Contributing

See CONTRIBUTING.