Mindestgrad
Mindestgrad, in graph theory, denotes the minimum degree of a graph G. The degree deg(v) of a vertex v is the number of edges incident with v, and der Mindestgrad δ(G) is defined as the smallest degree among all vertices: δ(G) = min{deg(v) : v ∈ V(G)}. For simple graphs, δ(G) ranges from 0 to n−1, where n is the number of vertices. Examples include δ(Cn) = 2 for any cycle, δ(Kn) = n−1 for a complete graph, and δ(G) = 0 for an edgeless graph on n vertices.
Consequences and uses: If δ(G) ≥ k, every vertex has at least k neighbors. This does not guarantee
Computation and variants: To determine δ(G), compute deg(v) for all vertices and take the minimum. In directed