CpplibforCP
C++17 Template For Competitive Programming Algorithms(head only)
Install / Use
/learn @izlyforever/CpplibforCPREADME
cpplibForCP
C++17 (-O2) template for competitive programming algorithms, which contains numerous math algorithms.
- Aims: build a stable, fast, easy-to-read C++ template.(the more you use it, the more reliable it is)
- Document: English version and many comments in the code, Chinese version for addition.
- Reference: CP-algorithm, AtCoder and many awesome blogs, for instance zscoder posted in codeforces and jiangly's submissions
- Additional Chinese Reference: OI-wiki and LuoGu
- Test: almost all algorithms are tested in LuoGu and Codeforces
- Mkdocs: The Document page is build with MkDocs
It's really hard to for me to give a reference for every algorithm (in English).
ToDo
- Add GTest
- support CI/CD
- Refine factor using
last spf
Deploy
mkdocs gh-deploy
cloudbase hosting:deploy site cpplibforCP -e blog-5g9vf63s2e355403
Requirement(may need venv)
pip install mkdocspip install mkdocs-bootswatchpip install python-markdown-math
