aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/disjoint_sets/ya.make
blob: 2104298baa428203128d54a52c6fb1d351eef482 (plain) (blame)
1
2
3
4
5
6
7
LIBRARY()

SRCS(
    disjoint_sets.cpp
)

END()