jason-fxz / ACM-template

ACM-ICPC code tamplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACM - template

see TODO

Requirements

Package minted

pip install Pygments

Add Python Scripts where Pygments installed to your system path (e.g. AppData\Roaming\Python\Python38\Scripts on Windows, and pygmentize.exe should exist)

Add -shell-escape to your TeX arguments.

Fonts

Main font: 思源宋体 Source Han Serif SC

Cover font: Gill Sans

TODO

src/src/ 中编写: 代码片段 xxx.cpp,公式/文字 xxx.tex (就按照 markdown 写就行)

  • Geometry 计算几何(二维/三维):fxz

  • DataStructure 数据结构(KDtree/LCT/…):fxz

  • String 字符串:hhd

  • Graph 图论(tarjan/KM/霍尔定理):zjb

  • NetworkFlow 网络流(算法+建模):zjb

  • DP 动态规划(斜率优化/WQS/四边形):zjb

  • Math / NumberTheory 数论:zjb

  • Math / Combinatorics 组合数学(lucas/斯特林/….):zjb

  • Math / Polynomial 多项式:hhd

  • Math / GameTheory 博弈论:zjb

  • Miscellany 杂项:

  • 线段树合并 / 分裂

  • 珂朵莉树

  • Meissel–Lehmer

  • Pollard Rho

About

ACM-ICPC code tamplate

License:MIT License


Languages

Language:C++ 59.4%Language:TeX 37.1%Language:Java 2.8%Language:Python 0.3%Language:Vim Script 0.2%Language:Kotlin 0.1%Language:Shell 0.0%Language:Makefile 0.0%