edgeconnected
Edge-connected, in graph theory, describes a property of an undirected graph G = (V,E). The edge-connectivity λ(G) is defined as the minimum number of edges whose removal disconnects G or leaves it with a single vertex. If G is already disconnected, λ(G)=0. A graph is called k-edge-connected when λ(G) ≥ k; equivalently, removal of any set of fewer than k edges leaves G connected.
Fundamental relations: κ(G) ≤ λ(G) ≤ δ(G), where κ is vertex connectivity and δ is minimum degree. λ(G) equals the
Examples: Cycle C_n (n≥3) is 2-edge-connected since removing a single edge yields a path; A tree has
Computation and applications: λ(G) can be computed via minimum s-t cut algorithms; max-flow/min-cut theorem yields polynomial-time;
Variants: for directed graphs, the analogous concept is strong edge-connectivity or the minimum number of edges