TOPICS
Search

Graph Degeneracy


The degeneracy of a graph G, also known as the k-core number, graph width, or graph linkage, is defined as the smallest integer k such that each subgraph of G contains a vertex of degree at most k. Equivalently, the degeneracy of a graph G is the largest k for which G has a k-core.

Graph degeneracy is essentially the same as the coloring number and Szekeres-Wilf number.

k-vertex-connected graphs have degeneracy of at least k.

(Non-empty) trees and forests have degeneracy 1, (finite) planar graphs have degeneracy at most 5, outerplanar graphs have degeneracy at most 2, and Apollonian networks have degeneracy 3.

The degeneracy of a graph may be computed in linear time by repeatedly removing minimum-degree vertices from a graph.


See also

k-Core, Subgraph, Vertex Degree

Explore with Wolfram|Alpha

References

Erdős, P. and Hajnal, A. "On Chromatic Number of Graphs and Set-Systems." Acta Math. Hungarica 17, 61-99, 1966.Lick, D .R. and White, A. T. "k-Degenerate Graphs." Canad. J. Math. 22, 1082-1096, 1970.

Cite this as:

Weisstein, Eric W. "Graph Degeneracy." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/GraphDegeneracy.html