In graph theory, the degree (or valency) of a vertex of a graph is the number of edges that are incident to the vertex; in a multigraph, a loop contributes 2 to a vertex's degree, for the two ends of the edge. The degree of a vertex
is denoted
or
. The maximum degree of a graph
is denoted by
, and is the maximum of
's vertices' degrees. The minimum degree of a graph is denoted by
, and is the minimum of
's vertices' degrees. In the multigraph shown on the right, the maximum degree is 5 and the minimum degree is 0.
In a regular graph, every vertex has the same degree, and so we can speak of the degree of the graph. A complete graph (denoted
, where
is the number of vertices in the graph) is a special kind of regular graph where all vertices have the maximum possible degree,
.
View the full Wikipedia page for Degree sequence