Skip to content

Commit d2027b2

Browse files
committed
Add union-find crate
1 parent 9691d78 commit d2027b2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ im-rc = "=14.0.0"
133133
fixedbitset = "=0.2.0"
134134
bitset-fixed = "=0.1.0"
135135

136+
# union-find (a.k.a. disjoint-set)
137+
union-find = "=0.3.2"
138+
136139
# 競技プログラミングの入出力サポート
137140
proconio = { version = "=0.3.4", features = ["derive"] }
138141
text_io = "=0.1.7"

0 commit comments

Comments
 (0)