Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GraphView
TranslateMatchClauseVisitor.UnionFind
C# Class GraphView.TranslateMatchClauseVisitor.UnionFind
Uses the union-Find algorithm to decompose the graph pattern into fully-connected components
Show file
Open project: Microsoft/GraphView
Public Properties
Property
Type
Description
Parent
string>.Dictionary
Public Methods
Method
Description
Find
(
string
x
) :
string
Union
(
string
a
,
string
b
) :
void
Method Details
Find()
public
method
public
Find
(
string
x
) :
string
x
string
return
string
Union()
public
method
public
Union
(
string
a
,
string
b
) :
void
a
string
b
string
return
void
Property Details
Parent
public property
public
Dictionary
Parent
return
string>.Dictionary