Nyaan's Library

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

View on GitHub

Nyaan's Library

Nyaan Nyaan GitHub code size in bytes

このライブラリは競技プログラミング用に作成したアルゴリズム・データ構造をまとめたものです。

バグや解説の誤りなどを発見した方がいましたらこちらからご一報いただけると助かります。

動作確認はg++/C++17で行っています。また、一部のライブラリはavx2命令が実行できる環境でのみ動作します。

Library Files

data-structure

data-structure-2d

dp

flow

fps

game

geometry

graph

hashmap

internal

lct

marathon

math

math-fast

matrix

misc

modint

modulo

multiplicative-function

ntt

orderedmap

prime

random_graph

rbst

segment-tree

set-function

shortest-path

string

template

tree

Verification Files

verify/verify-aoj-alds

verify/verify-aoj-cgl

verify/verify-aoj-dpl

verify/verify-aoj-dsl

verify/verify-aoj-grl

verify/verify-aoj-itp

verify/verify-aoj-ntl

verify/verify-aoj-other

verify/verify-unit-test

verify/verify-yosupo-ds

verify/verify-yosupo-fps

verify/verify-yosupo-graph

verify/verify-yosupo-math

verify/verify-yosupo-ntt

verify/verify-yosupo-other

verify/verify-yosupo-string

verify/verify-yuki