paruma / atcoder_rust

MIT License
1 stars 0 forks source link

petgraph を使ってみる #55

Closed paruma closed 6 months ago

paruma commented 1 year ago

メモ

自作 UnionFind のインターフェースを petgraph の UnionFind のインターフェースに合わせたい

paruma commented 1 year ago

Rust petgraph で競技プログラミングのグラフ理論系頻出アルゴリズムを学ぶ #AtCoder - Qiita が良さげ

paruma commented 6 months ago

基本的には使わないことにした