Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 534 Bytes

File metadata and controls

19 lines (12 loc) · 534 Bytes

アルゴリズムライブラリ

競技プログラミングで使えたりするアルゴリズムについてのライブラリ

実装

  • union find

説明

標準入力

/stdinput/stdinput.py
様々な形式の標準入力についてまとめた

Union Find

/algorithm/unionfind.py
UnionFind(num)のnumは分ける前の数
動作例としてAtCoder ABC075Cのプログラムが書いてある。