Entity Matching by Similarity Join
Loading...
Searching...
No Matches
Public Member Functions
|
Public Attributes
|
List of all members
DSU Struct Reference
#include <
index.h
>
Public Member Functions
DSU
(int _size)
int
find
(int x)
void
unite
(int x, int y)
Public Attributes
std::vector< int >
fa
Constructor & Destructor Documentation
◆
DSU()
DSU::DSU
(
int
_size
)
inline
Member Function Documentation
◆
find()
int DSU::find
(
int
x
)
inline
◆
unite()
void DSU::unite
(
int
x
,
int
y
)
inline
Member Data Documentation
◆
fa
std::vector<int> DSU::fa
The documentation for this struct was generated from the following file:
cpp/common/
index.h
DSU
Generated by
1.12.0