Introducing
My algorithm templates. Contains commonly used algorithms and data structures in competitions and academia. Written in C++20 standard, each algorithm has a runnable test case. Detailed documents are included, explaining various ideas and key implementation points.
See content/include/ for raw source code of algorithm implementation, and content/src/ for runnable test cases.
The code in this repository is all under the MIT License, while the documentation, except for the referenced parts, follows the CC BY-NC 4.0 License.