Graph Colouring
Graph Colouring
Graph Colouring:
A graph colouring is an assignment of labels, called colours, to the vertices of a graph such
that no two adjacent vertices share the same colour.
• Associated a colour with each vertex of the graph is called vertex colouring.
Proper Vertex Colouring: Associated all the vertex of a graph with colours such that no
two adjacent vertices have the same colour is called proper vertex colouring.
Chromatic Number of Graph: The chromatic number of a graph G, denoted as χ(G), is the
minimum number of colours required to colour the vertices of a graph G in such a way that
no two adjacent vertices share the same colour. Formally, it is the smallest positive integer
k for which there exists a proper vertex colouring with k colours.
Question:
Question: How many unique colours will be required for proper vertex colouring of a line
graph having n vertices?
(ii)