Order (Degree) of a Node
What is meant by the order (degree) of a node?
- The degree or valency of a vertex can be defined by how many edges are incident (connected) to it
- A vertex can be described as being odd or even:
- It has odd degree if there are an odd number of edges connected to it
- It has even degree if there are an even number of edges connected to it
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 two lots of the number of edges
- the number of odd vertices must be even (or zero)