Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
CC Class
CC Constructor
CC Properties
CC Methods
CC Constructor
Computes the connected components of the undirected graph
G
.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
CC
(
Graph
G
)
Parameters
G
Type:
Algs4Net
Graph
the undirected graph
See Also
Reference
CC Class
Algs4Net Namespace