The chromatic number of a graph is the minimum number of colours used in a proper colouring of the graph. The chromatic number of the following graph is __________.
[Graph: A wheel-like graph with 8 outer vertices arranged in a ring, each adjacent to its two ring-neighbours; the ring alternates connections forming even cycles with no additional chords that force odd cycles.]
GATE 2024 · Discrete Mathematics · Graph Coloring · medium
Answer: 2
Check for odd cycles: The graph shown is a planar graph whose structure forms only even-length cycles (an outer ring of even length with no odd-cycle-forcing chords). It is bipartite.
Conclude chromatic number: Since G is bipartite and has edges, chi(G) = 2.