TOPICS
Search

k-Edge-Connected Graph


A graph is k-edge-connected if there does not exist a set of k-1 edges whose removal disconnects the graph (Skiena 1990, p. 177). The maximum edge connectivity of a given graph is the smallest degree of any node, since deleting these edges disconnects the graph. Complete bipartite graphs have maximum edge connectivity.

k-edge-connectedness graph checking is implemented in the Wolfram Language as KEdgeConnectedGraphQ[g, k].

The following table gives the numbers of k-edge-connected graphs for n-node graphs.

kOEISn=1, 2, ...
0A0007190, 1, 2, 5, 13, 44, 191, ...
1A0524460, 1, 1, 3, 10, 52, 351, ...
2A0524470, 0, 1, 2, 8, 41, 352, ...
3A0524480, 0, 0, 1, 2, 15, 121, ...
40, 0, 0, 0, 1, 3, 25, ...
50, 0, 0, 0, 0, 1, 3, ...
60, 0, 0, 0, 0, 0, 1, ...

See also

Cyclic Edge Connectivity, Edge Connectivity, Edge Cut, Graph Bridge, k-Connected Graph

Explore with Wolfram|Alpha

References

Harary, F. Graph Theory. Reading, MA: Addison-Wesley, p. 45, 1994.Skiena, S. Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, 1990.Sloane, N. J. A. Sequences A000719/M1452, A052446, A052447, and A052448 in "The On-Line Encyclopedia of Integer Sequences."

Referenced on Wolfram|Alpha

k-Edge-Connected Graph

Cite this as:

Weisstein, Eric W. "k-Edge-Connected Graph." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/k-Edge-ConnectedGraph.html

Subject classifications