Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Ocronet
Dynamic
ImgLib
UnionFind
C# Class Ocronet.Dynamic.ImgLib.UnionFind
Datei anzeigen
Open project: nickun/OCRonet
Class Usage Examples
Public Properties
Property
Type
Description
p
Narray
Public Methods
Method
Description
UnionFind
(
int
max
= 10000 ) :
System
find_set
(
int
x
) :
int
link
(
int
x
,
int
y
) :
void
make_set
(
int
x
) :
void
make_union
(
int
x
,
int
y
) :
void
Method Details
UnionFind()
public
method
public
UnionFind
(
int
max
= 10000 ) :
System
max
int
return
System
find_set()
public
method
public
find_set
(
int
x
) :
int
x
int
return
int
link()
public
method
public
link
(
int
x
,
int
y
) :
void
x
int
y
int
return
void
make_set()
public
method
public
make_set
(
int
x
) :
void
x
int
return
void
make_union()
public
method
public
make_union
(
int
x
,
int
y
) :
void
x
int
y
int
return
void
Property Details
p
public_oe property
public
Narray
p
return
Narray