aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/disjoint_sets/disjoint_sets.cpp
diff options
context:
space:
mode:
authoraozeritsky <aozeritsky@ydb.tech>2023-07-11 19:14:37 +0300
committeraozeritsky <aozeritsky@ydb.tech>2023-07-11 19:14:37 +0300
commitd37dee05b1b5e7f062a73c35e04503aa62d372d5 (patch)
tree0ae90d3ffd9c303ad62629de4b7f77c3809229b2 /library/cpp/disjoint_sets/disjoint_sets.cpp
parent0ac6cfd62e12fe842b8c0daf621ecf17255f0b17 (diff)
downloadydb-d37dee05b1b5e7f062a73c35e04503aa62d372d5.tar.gz
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.cpp1
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 0000000000..5720e6c41a
--- /dev/null
+++ b/library/cpp/disjoint_sets/disjoint_sets.cpp
@@ -0,0 +1 @@
+#include "disjoint_sets.h"