Skip to content

Enonya/acm-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acm-template

What is this?

给线下 ACM 比赛准备的板子。

参考了杨爷他们队的 wf 板子库

Requirements

  • -shell-escape in your TeX Arguments(XeLaTex).
  • Pygments
  • TeX Live 2022+
  • Consolas, Microsoft YaHei, Cambria font.

Task List

  • Tools
    • vimrc(under linux, for contest)
    • bash stress test script
    • data generator, (seq, tree, graph) (x)
    • notice & warns
  • Basic
    • Binary_search
    • Time_complexity
  • Ds
    • List
    • Hash_table
    • Dsu
    • Segment_tree
    • Fenwick_tree
    • Hld
    • Li_chao_tree
    • Persistent_seg
    • Odt
  • Dp
    • Warns
    • Dight_dp
    • Pack(optimize)
    • Sos_dp
    • Convex_optimize
  • Math
    • Comb_inv
    • Qpow
    • Lucas, Ex_lucas
    • Some_formula
    • Matrix_mul
    • Gauss_cut
    • Primes
    • Factors
    • Ex_gcd
    • Crt, Ex_crt
  • Misc
    • Mo
    • Cdq
    • Wqs (x)
    • Mt19937
  • Graph
    • Spfa(include Minus_ring)
    • Dijkstra
    • Floyd
    • Kruskal
    • Prim
    • Multiper_lca
    • Tarjan_lca
    • Topo_sort
    • Euler_path
    • Tarjan_scc (2-SAT(x))
    • Tarjan_vdcc
    • Tarjan_edcc
    • Virtual_tree
    • Some_theory (x)
  • String
    • Kmp
    • Trie
    • 01_Trie
    • String_hash
    • Ac_automaton
    • Some_theory (gugugu)

About

给线下 ACM 比赛准备的板子。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published