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>
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
- Website: https://blog.tifa-233.com
- Repositories: 8
- Profile: https://github.com/Tiphereth-A
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
- actions/checkout v4 composite
- actions/setup-python v5 composite
- actions/upload-artifact v3 composite
- svenstaro/upload-release-action v2 composite
- xu-cheng/latex-action v3 composite
.github/workflows/verify.yml
actions
- actions/cache/restore v3 composite
- actions/cache/save v3 composite
- actions/checkout v4 composite
- actions/configure-pages v4 composite
- actions/deploy-pages v3 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-artifact v3 composite
- actions/upload-pages-artifact v2 composite
- competitive-verifier/actions/check v1 composite
- competitive-verifier/actions/docs v1 composite
- competitive-verifier/actions/download-verify-artifact v1 composite
- competitive-verifier/actions/merge-result v1 composite
- competitive-verifier/actions/oj-resolve v1 composite
- competitive-verifier/actions/parse-doxygen v1 composite
- competitive-verifier/actions/setup v1 composite
- competitive-verifier/actions/upload-verify-artifact v1 composite
- competitive-verifier/actions/verify v1 composite
requirements.txt
pypi
- PyYAML ==6.0.1
- Pygments ==2.17.2
- click ==8.1.7
- colorama ==0.4.6
- coloredlogs ==15.0.1
- competitive-verifier ==3.1.2
- humanfriendly ==10.0
- online-judge-verify-helper ==5.6.0
- pycodestyle ==2.11.1
- pyreadline3 ==3.4.1
- toml ==0.10.2