Graph coloring

2,823 views 14 slides Sep 30, 2017
Slide 1
Slide 1 of 14
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14

About This Presentation

Hello all, This is the presentation of Graph Colouring in Graph theory and application. Use this presentation as a reference if you have any doubt you can comment here.


Slide Content

Graph Coloring By M . Baranitharan Computer Science and Engineering

What is Graph Coloring? Graph Coloring is an assignment of colors (or any distinct marks) to the vertices of a graph. Strictly speaking, a coloring is a proper coloring if no two adjacent vertices have the same color

Origin of Problem

Why Graph Coloring? Many problems can be formulated as a graph coloring problem including Time Tabling, Scheduling, Register Allocation, Channel Assignment A lot of research has been done in this area so much is already known about the problem space.

Origin Coloring theory started with the problem of coloring the countries of a map in such a way that no two countries that have a common border receive the same color. If we denote the countries by points in the plane and connect each pair of points that correspond to countries with a common border by a curve, we obtain a planar graph.

Map of the countries

Assume

Vertex Coloring Vertex Coloring: It is a way of coloring the vertices of a graph such that no two adjacent vertices share the same color.

Edges Coloring An edge coloring assigns a color to each edge so that no two adjacent edges share the same color .

Face Coloring A face coloring of a planar graph assigns a color to each face or region so that no two faces that share a boundary have the same color.

Chromatic number The chromatic number of a graph is the minimum number of colors in a proper coloring of that graph. If chromatic number is r then the graph is r-chromatic. Chromatic number: 4

Chromatic Polynomial Polynomial which gives the number of ways of proper coloring a graph using a given number of colors Ci = no. of ways to properly color a graph using exactly i colors λ = total no of colors λ C i = selecting I colors out of λ colors Σ C i λ C i = total number of ways a graph can be properly colored using λ or lesser no. of colors P n ( λ ) of G = Σ C i λ C i

Applications

Thank you