6. Control questions and tasks / Контрольні запитання і завдання
Adjacency matrices
- Define the adjacency matrix of a graph. What does the entry aij mean when
it is 0, when it is 1, and when it is 3?
- How do you tell from the matrix alone whether a graph is directed or
undirected? Where do loops appear?
- For an undirected graph, how is deg(vi) read from the matrix? For a
digraph, which sum gives the out-degree and which the in-degree?
- Write the adjacency matrix of the 4-cycle A−B−C−D−A, then add a
loop at A and a second edge B=C; show how each change alters the matrix.
- Draw the undirected graph of
011102121 (vertices x,y,z) and give the
degree of each vertex.
Vertex colouring and the chromatic number
- Define a proper vertex colouring and the chromatic number χ(G). Why
do parallel edges not change χ, while a loop makes proper colouring
impossible?
- State the clique lower bound and the greedy upper bound for χ. What is
χ(Kn)?
- Prove that χ(G)≤2 iff G is bipartite iff G has no odd
cycle. What are χ(C2k) and χ(C2k+1)?
- To show χ(G)=3 you must argue two things — which two? (This is exactly
how Graphs 1–5 of Задача 3 are settled.)
Edge colouring and the chromatic index
- Define a proper edge colouring and the chromatic index χ′(G). Why is
each colour class a matching?
- State Vizing’s theorem. What do class 1 and class 2 mean? Give the
χ′ of Graph 1 (Задача 3) and say which class it is.
- Graph 2 of Задача 3 has Δ=4 but χ′=5. Using the counting bound
χ′≥⌈∣E∣/⌊n/2⌋⌉, explain why four colours cannot
suffice for its 9 edges on 5 vertices.
Practical/Practical5/6questions.md · 1.9 KB · updated 2026-07-31 21:14