library

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

View the Project on GitHub shiomusubi496/library

library

GitHub code size in bytes Lines of code

shiomusubi496 の C++ 競プロライブラリです。

バグがあったらごめんなさい。 Issue をたてるなどしてくれるとありがたいです。

Library Files

data-struct/2D

data-struct/bst

data-struct/cht

data-struct/heap

data-struct/other

data-struct/segment

data-struct/unionfind

data-struct/wavelet

dp

geometry

graph

graph/connected

graph/flow

graph/mst

graph/other

graph/shortest-path

graph/tree

math

math/convolution

math/matrix

math/poly

other

random

string

template

Verification Files

test/aoj/ALDS1

test/aoj/CGL

test/aoj/DPL

test/aoj/DSL

test/aoj/GRL

test/aoj/ITP1

test/aoj/NTL

test/aoj/other

test/atcoder

test/yosupo/convolution

test/yosupo/data_structure

test/yosupo/enumerative_combinatorics

test/yosupo/geometry

test/yosupo/graph

test/yosupo/linear_algebra

test/yosupo/new

test/yosupo/number_theory

test/yosupo/other

test/yosupo/polynomial

test/yosupo/sample

test/yosupo/string

test/yosupo/tree

test/yuki