cp-lib

My code library for Competitive Programming

https://github.com/tiphereth-a/cp-lib

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

My code library for Competitive Programming

Basic Info
  • Host: GitHub
  • Owner: Tiphereth-A
  • License: agpl-3.0
  • Language: C++
  • Default Branch: master
  • Homepage: http://cplib.tifa-233.com/
  • Size: 319 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 5
  • Open Issues: 4
  • Releases: 9
Created over 2 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Citation

README.md

CP-lib

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

Report Bug

<a href="https://github.com/Tiphereth-A/CP-lib/issues">Request Feature</a>

<a href="https://github.com/Tiphereth-A/CP-lib/releases/latest">Latest Release</a>

<a href="https://github.com/Tiphereth-A/CP-lib/blob/master/CITATION.bib">Citation File</a>

GitHub license Standard Requirments Code Size

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 Ask DeepWiki

Features

  • Implementations of many (450+) algorithms & data structures used in competitive programming.
  • Printable document generator.
  • Automate verify implementations in supported OJ to ensure reliability.
  • 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.

Owner

  • Name: Tifa
  • Login: Tiphereth-A
  • Kind: user

Student, ACMer

GitHub Events

Total
  • Create event: 15
  • Issues event: 3
  • Release event: 4
  • Watch event: 1
  • Delete event: 8
  • Issue comment event: 5
  • Push event: 285
  • Pull request event: 18
  • Fork event: 5
Last Year
  • Create event: 15
  • Issues event: 3
  • Release event: 4
  • Watch event: 1
  • Delete event: 8
  • Issue comment event: 5
  • Push event: 285
  • Pull request event: 18
  • Fork event: 5

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 3
  • Total pull requests: 7
  • Average time to close issues: over 1 year
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.14
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 7
Past Year
  • Issues: 2
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.14
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
  • Tiphereth-A (5)
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (23)
  • StableAgOH (1)
Top Labels
Issue Labels
dependencies (1) python (1)
Pull Request Labels
dependencies (23) python (18) github_actions (5)

Dependencies

.github/workflows/release.yml actions
.github/workflows/verify.yml actions
requirements.txt pypi