5 questions to test your understanding
An undirected graph has 5 vertices with degrees 2, 3, 3, 4, 4. How many edges does the graph have?
In a directed graph, vertex v has in-degree 3 and out-degree 2. How many edges are incident to v in total?
In any undirected graph, the sum of all vertex degrees is always an even number.
A path in a graph is a sequence of vertices where consecutive vertices are connected by edges; a vertex may appear more than once as long as no edge is repeated.
State the handshaking lemma and explain why it holds. What is one useful consequence of the lemma?