KEdgeConnectedComponents
KEdgeConnectedComponents[g, k] gives the k-edge-connected components of the graph g.
KEdgeConnectedComponents[g, k, {v1, v2, …}]gives the k-edge-connected components that include at least one of the verticesv1, v2, ….KEdgeConnectedComponents[{v -> w, …}, …]uses rulesv -> wto specify the graphg.
Examples
KEdgeConnectedComponents[RandomGraph[{10, 15}], 2]KEdgeConnectedComponents[PetersenGraph[], 3]Please visit the official Wolfram Language Reference for more details.