What is the chromatic number of an n vertex simple connected graph which does not contain any odd length cycle? Assume n >= 2. A. 2 B. 3 C. n = 1 D. n
GATE 2009 · Discrete Mathematics · Graph Coloring · medium
Answer: 2
- Identify the graph type: The graph has no odd-length cycle, so by the characterisation theorem it is bipartite.
- Determine the chromatic number: The graph is connected with n >= 2 vertices, so it has at least one edge. A bipartite graph needs exactly 2 colours (one per part) and 2 colours are always sufficient.