In graph theory, the degree [1] of a vertex of a graph is the number of edges that are incident to the vertex.

Definition


Definition 1 (Degree)

Let be a graph and a vertex. The degree of is the number of edges in incident to .

Definition 2 (Maximum degree)

Let be a graph. The maximum degree of is

Definition 3 (Minimum degree)

The minimum degree of is

Notation


The degree of is denoted , or simply when the graph is unambiguous. The maximum degree of is denoted , and the minimum degree is denoted .

Properties


The sum of the degrees of all vertices of equals twice the number of edges, known as the handshaking lemma.

Directed graphs


In a directed graph, the degree of a vertex splits into two directed notions: the in-degree , the number of directed edges with as head, and the out-degree , the number of directed edges with as tail.

References

  1. [1]

    “Degree (graph theory)”, Wikipedia, Available: https://en.wikipedia.org/wiki/Degree_(graph_theory), Accessed: 2026-07-31