kuroni / cpplibforCP

C++17 Template For Competitive Programming Algorithms

Home Page:https://izlyforever.github.io/cpplibforCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, Chinese version for addition, and many comments in the code.
  • Reference: CP-algorithm, AtCoder and many awesome blogs, for instance zscoder posted in codeforces.
  • Additional Chinese Reference: OI-wiki and LuoGu
  • Test: Welcome Your Test, almost all algorithms are tested in LuoGu
  • Mkdocs: The Document page is build with MkDocs

It's really hard to give a reference for every algorithm (in English).

About

C++17 Template For Competitive Programming Algorithms

https://izlyforever.github.io/cpplibforCP

License:MIT License


Languages

Language:C++ 99.7%Language:Python 0.3%