Initializes a new instance of the UnionFind class with the
specified number of elements.
Namespace: Network.Sim.MiscellaneousAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic UnionFind(
int size
)
Parameters
- size
- Type: SystemInt32
The number of isolated components within the
union-find structure.
See Also