Degree (Valency) of a Vertex
What is meant by the degree (valency) of a vertex?
- The degree or valency (or order) of a vertex (node) can be defined by how many edges are incident (connected) to it
- A loop at a vertex increases the valency of a vertex by 2 as both ends of the edge are connected to it
- A vertex can be described as being odd or even
- It has odd degree if there are an odd number of edge connections
- It has even degree if there are an even number of edge connections
What is Euler's handshaking lemma?
- Euler's handshaking lemma states that for any undirected graph:
- The sum of the degrees of the vertices is equal to twice the number of edges
- The number of odd vertices must therefore be even (or zero)