Felix's Library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub fffelix-huang/CP-stuff

Felix's Library

Penguin07 Penguin07 GitHub code size in bytes

我的模板庫

Library Files

library/bst

library/convolution

library/counting

library/data-structure

library/flow

library/formal-power-series

library/geometry

library/graph

library/math

library/matrix

library/misc

library/modint

library/random

library/simd

library/string

library/tree

tools

Verification Files

test/convolution/ntt

test/convolution/subset-convolution

test/data-structure/binary-trie

test/data-structure/dsu

test/data-structure/fenwick

test/data-structure/fenwick2d

test/data-structure/lazy-lct

test/data-structure/lazy-segtree

test/data-structure/line-container

test/data-structure/merge-sort-tree

test/data-structure/offline-rectangle-sum

test/data-structure/ordered-set

test/data-structure/pbds

test/data-structure/persistent-dsu

test/data-structure/segtree

test/data-structure/sparse-table

test/data-structure/treap

test/data-structure/vebtree

test/data-structure/wavelet-tree

test/flow/kuhn-munkres

test/flow/maxflow

test/flow/mincostflow

test/formal-power-series/poly

test/formal-power-series/series

test/geometry/convex-hull

test/geometry/geometry

test/graph/bipartite-matching

test/graph/general-matching

test/graph/lowlink

test/graph/max-clique

test/graph/scc

test/math/binary-gcd

test/math/discrete-log

test/math/factorize

test/math/floor-sum

test/math/integer-div

test/math/is-prime

test/math/prime-enumerate

test/math/two-sat

test/math/xor-basis

test/matrix/matrix

test/misc/fastio

test/modint/modint

test/simd/prefix-sum

test/string/kmp

test/string/manacher

test/string/rolling-hash

test/string/suffix-array

test/string/z-algorithm

test/tree/hld