edgeconnectivity
Edge connectivity is a graph-theoretic measure of a network’s resilience to edge failures. In an undirected graph, the edge connectivity, denoted λ(G), is the minimum number of edges whose removal disconnects the graph or reduces it to a single vertex. A graph is said to be k-edge-connected if λ(G) ≥ k. For a connected graph with at least two vertices, λ(G) equals the size of a smallest edge cut—the smallest set of edges that, if removed, would disconnect the graph.
Edge connectivity relates to other graph invariants through simple inequalities. Let κ(G) be the vertex connectivity
Computing edge connectivity involves finding a global minimum cut. The Stoer–Wagner algorithm determines λ(G) in time
Applications of edge connectivity include assessing network reliability, guiding the design of fault-tolerant infrastructure, and analyzing