outdegvD1
OutdegvD1 is a compact notation used in graph theory to denote the out-degree of a specific vertex D1 in a directed graph. In a directed graph G = (V, E), the out-degree of a vertex v ∈ V is the number of edges that originate at v, i.e., the count of arcs (v, w) ∈ E for which w ∈ V. When D1 is the vertex in question, outdegvD1 refers to deg+(D1) or outdeg(D1).
Notation and interpretation may vary by text. While many authors write deg+(D1) or outdeg(D1), some informal notes
Computation is straightforward: examine all directed edges leaving D1 and count them. For example, if E contains
Properties are standard for out-degree. The out-degree is a nonnegative integer. The sum of the out-degrees over
Applications include analyses of network structure, algorithms for random walks, and processes that depend on the