C = connectedComponents G
A connected component is a list of vertices of a graph that are connected, in other words there exists a path of edges between any two vertices in the component.
|
|
The source of this document is in Graphs.m2:3221:0.