Luzhiled's Library is a library implemented in C++17 for competitive programming.
I welcome you to open issues or PRs if you find any typos or bugs.
You should apply clang-format to all files with the .hpp extension. Please use the predefined google style.
Create a new document from templates/documentation.md. Keep title and documentation_of in the front matter, and use H1 headings for APIs and H2 headings for their constraints and complexity.
Install and run the Markdown tools with:
npm install
npm run docs:checkTo apply safe formatting changes, run npm run docs:format. The check also verifies required front matter, documentation_of targets, and code fence pairs.
Luzhiled's Library is licensed under the Unlicense.