compro_library
- このページは競技プログラミング用のスニペットを集めたページです。
- 動作環境はc++17(gcc)を仮定しています。
- バグ等を発見しましたら、GitHubのissueにご一報下さるととても喜びます!
- コピペ等ご自由にどうぞ。
Library Files
data-structure
data-structure/monoid
data-structure/persistent
data-structure/segtree
geometry
graph
graph/shortest-path
graph/tree
math
math/convolution
misc
modint
random
string
template
test/library-checker/data-structure
Verification Files
test/aoj
test/library-checker/convolution
test/library-checker/data-structure
test/library-checker/graph
test/library-checker/math
test/library-checker/string
test/library-checker/tree
test/mytest/data-structure
test/mytest/misc
test/yukicoder