Click or drag to resize
UnionFind Constructor
Initializes a new instance of the UnionFind class with the specified number of elements.

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public UnionFind(
	int size
)

Parameters

size
Type: SystemInt32
The number of isolated components within the union-find structure.
See Also