An open API service indexing awesome lists of open source software.

https://github.com/kirainmoe/acm-algorithm-template

💭💡🎈My algorithm template for xCPC.
https://github.com/kirainmoe/acm-algorithm-template

acm-icpc algorithm

Last synced: 4 months ago
JSON representation

💭💡🎈My algorithm template for xCPC.

Awesome Lists containing this project

README

        

保存一下一些我写过的 & 找到的常用算法的模板。

我太菜了,模板中难免可能存在错误,如果发现了错误欢迎提出,但请不要冲我。

预编译好的 PDF 可以在[这里](https://cdn.jsdelivr.net/gh/kirainmoe/acm-algorithm-template/template.pdf)下载。

> PS. 部分模板可能来自网络,在此无法一一列出来源,请谅解。

## 生成 PDF

需求:`xelatex` 环境 + `python-pygments`:

```bash
pip install pygments

make # 生成完整 PDF
make update # 仅更新内容
```