hitonanode / cplib-cpp

C++ competitive programming library
https://hitonanode.github.io/cplib-cpp/
MIT License
75 stars 10 forks source link
algorithms-and-data-structures competitive-programming competitive-programming-algorithms cpp

C++ Algorithm/Data Structure Library for Competitive Programming

Actions Status Actions Status hitonanode hitonanode

Library Document

Policy

Environments

GitHub Actions-based CI is run for the environments below:

Installation

You can easily insert the snippets using the tools such as Clipboard History and snippet-from-file . The script generate_snippet_conf.py generates the configuration file for them.

License

Some files in this repo (such as network-simplex.hpp) contains peculiar license statements. These files are under the particular license.

Except such snippets, the programs written by the owner of the repo is under the MIT License, but you can freely use or modify C++ codes without any notice for programming contests or online judges.

Formatting

clang-format-19 is used to lint .cpp / .hpp files. Default configuration file is .clang-format. See formatter.yml for detail.