diff options
author | aozeritsky <[email protected]> | 2023-07-11 19:14:37 +0300 |
---|---|---|
committer | aozeritsky <[email protected]> | 2023-07-11 19:14:37 +0300 |
commit | d37dee05b1b5e7f062a73c35e04503aa62d372d5 (patch) | |
tree | 0ae90d3ffd9c303ad62629de4b7f77c3809229b2 /library/cpp/disjoint_sets/disjoint_sets.cpp | |
parent | 0ac6cfd62e12fe842b8c0daf621ecf17255f0b17 (diff) |
Build transitive closure of equality classes
Diffstat (limited to 'library/cpp/disjoint_sets/disjoint_sets.cpp')
-rw-r--r-- | library/cpp/disjoint_sets/disjoint_sets.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/disjoint_sets/disjoint_sets.cpp b/library/cpp/disjoint_sets/disjoint_sets.cpp new file mode 100644 index 00000000000..5720e6c41a6 --- /dev/null +++ b/library/cpp/disjoint_sets/disjoint_sets.cpp @@ -0,0 +1 @@ +#include "disjoint_sets.h" |