Questions: Vizing's Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A network engineer is scheduling data transfers between servers. Each server handles at most Δ = 8 simultaneous connections. She doesn't yet know whether the network graph is Class 1 or Class 2. What does Vizing's theorem guarantee?

AShe will need exactly 8 time slots
BShe will need exactly 9 time slots because most real-world graphs are Class 2
CShe will need at most 9 time slots — the schedule can always be completed in Δ+1 = 9 slots or fewer
DVizing's theorem does not apply to network scheduling problems
Question 2 Multiple Choice

Which of the following is always a Class 1 graph, requiring exactly Δ colors for edge coloring?

AAny graph with an odd number of vertices
BComplete graphs on an odd number of vertices (K₂ₙ₊₁)
CAny bipartite graph
DOdd cycles
Question 3 True / False

Vizing's theorem tells you exactly how many colors any specific graph needs for an optimal edge coloring.

TTrue
FFalse
Question 4 True / False

Both bipartite graphs and complete graphs on an even number of vertices are Class 1 under Vizing's classification.

TTrue
FFalse
Question 5 Short Answer

Vizing's theorem pins the chromatic index to one of two values. Why is this useful even though determining which value applies is NP-complete?

Think about your answer, then reveal below.