comp-prog-jp-library-standard / competitive-programming-library

競技プログラミング用共通ライブラリ
MIT License
46 stars 1 forks source link

Add Union-Find tree #4

Closed koba-e964 closed 6 years ago

koba-e964 commented 6 years ago

Closes https://github.com/comp-prog-jp-library-standard/competitive-programming-library/issues/2, and closes https://github.com/comp-prog-jp-library-standard/competitive-programming-library/issues/1. Union-Find 木を追加しました。 変更や議論の余地がありそうなのは

asi1024 commented 6 years ago

何らかの名前空間に入れるか,とか

asi1024 commented 6 years ago

まずはとりあえずmergeしちゃって,後で修正する感じでもいいかもしれません. とりあえず1ファイルでも置いてあったら作業の並列度が上げられるので

koba-e964 commented 6 years ago

なるほど とりあえず LLVM style でフォーマットして .clang-format も追加しました 問題がなさそうならマージします