cp_
library_
rs
0.3.19
All Items
Sections
Rustによる競技プログラミング用ライブラリ
Crate Items
Modules
Macros
Crate
cp_library_rs
Copy item path
Source
Expand description
§
Rustによる競技プログラミング用ライブラリ
Modules
§
algebraic_
structure
代数的構造
convolution
畳み込み
data_
structure
データ構造
geometry
幾何
graph
グラフアルゴリズム
linear_
algrebra
線形代数
number_
theory
数論アルゴリズム
string
文字列アルゴリズム
tree
木構造のユーティリティ
utils
ユーティリティ
Macros
§
cfor
Cスタイルのfor文
chmax
chmax!(x1, x2, ..., xn)
:
x1
,
x2
,…,
xn
のうち最大のものを、
x1
に代入する
chmin
chmin!(x1, x2, ..., xn)
:
x1
,
x2
,…,
xn
のうち最小のものを、
x1
に代入する
debug
変数をデバッグ出力する
debug2D
2次元配列をデバッグ出力する
get
入力用マクロ
in_ex
高次元配列に対して包除原理を適用する