Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 2.04 KB

File metadata and controls

28 lines (27 loc) · 2.04 KB

preamble

A wise man changes his mind sometimes, but a fool never. To change your mind is the best evidence you have one. ― Desmond Ford

base

  1. string(SPARAM) or string.assign(SPARAM) or string.append(SPARAM) or string.replace(int p, int n, SPARAM) or string.replace(iterator i0, iterator i1, SPARAM) or string.insert(int pos, SPARAM). SPARAM includes const char*s or const char*s, int n or const string& t or const string& t, int pos, int n or int n, char ch or const_iterator begin, const_iterator end
  2. +sam suffix automation machine 后缀自动机学习小记 HDU4436
  3. +kruskal 最小生成树 Kruskal 和 Prim HDU1233 HDU4786
  4. +dinic 最大流 HDU3549
  5. +mcmf 最小费用最大流 HDU3667
  6. +hungary 匈牙利算法 HDU1054
  7. +tarjan 强联通图 HDU3622
  8. +union 并查集 HDU1865
  9. +segtree 线段树 POJ3468
  10. +fib 菲波拉契 HDU3117
  11. +bignum 大数 HDU1133
  12. +comb 枚举组合
  13. DP 动态规划总结 HDU2045 POJ1285
  14. 卡特兰数 HDU1131
  15. Polya定理 HDU3441
  16. 概率DP POJ2096