Degree (graph theory)
The degree of a vertex is the number of incident edge ends, so a loop contributes two in an undirected graph. In a directed graph, in-degree and out-degree count incoming and outgoing edges separately.
Linked from 27 pages
Network scienceBroader topic: Degree measures how many direct connections each network node has.
Complete graphRelated: Every vertex in a complete graph on n vertices has degree n−1.
Tree (graph theory)Related: Vertex degrees in a finite tree sum to twice its number of edges.
Vertex (geometry)Related: Degree measures how many connections meet at a graph vertex.
Edge coloringRelated: Edges incident to a high-degree vertex must all receive distinct colors.
Simple graphRelated: In a simple graph, a vertex can be adjacent to each other vertex at most once.