项目作者: BillYang2016

项目描述 :
Bill Yang's algorithm & data structure templates
高级语言: C++
项目地址: git://github.com/BillYang2016/OI-Template.git
创建时间: 2017-12-08T07:22:00Z
项目社区:https://github.com/BillYang2016/OI-Template

开源协议:

下载


OI-Template

Bill Yang’s algorithm & data structure templates

Contained

Algorithms

  • bipartite graph
  • blossom tree
  • linear bases
  • simplex
  • directed-MST
  • kruskal
  • prim
  • network flow

    Data Structures

    Balance Tree

  • treap
  • splay
  • scape-goat tree

    String Structures

  • suffix-automaton
  • suffix-array
  • KMP
  • aho_corasick-automaton
  • manacher
  • palindrome-automaton

    Others

  • link-cut-tree
  • virtual-tree
  • left-side-tree
  • kd-tree
  • circle-square-tree

    Math Theories

    Transforms

  • fast-fourier-transform
  • number-theoretic-transform
  • fast-walsh-transform

    Others

  • quick_pow
  • baby-step-giant-step
  • exgcd
  • chinese-remainder-theorem
  • gauss
  • liner sieves
  • miller-rabin
  • pollard-rho

OI blog

you can visit my blog to find more OI study notes.