Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 582 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 582 Bytes

procon-library

主にTopcoderやcodeforcesといったソースコードのコピペが許されるプログラミングコンテストを対象としたライブラリです。

Graph

  • Maximum Flow(Dinic)
  • Minimum Cut (Shoer-Wagner)
  • Bipartite Matching(Hopcroft-Karp)
  • Strong Connectted Components
  • Minimum Mean Cycle(Karp)

String

  • Suffix Array(KS)
  • Aho Corasick
  • Z-algorithm

Data Structure

  • Segment tree

Math

  • きたまさ法
  • エストラテネスの篩
  • 素因数分解