My Project PDF
My Project PDF
My Project PDF
1
The first uses of the phrase “Perfect Graphs appear to be 1936,
paper of Claud Berg. Perfect graphs arose natural in the applications of
graph theory to communication theory. This is one of the largest classes
of graphs finding applications to computer science
2
CHAPTER 1
PRELIMIARY THEORY
non empty set, E(G) is a set disjoint from V(G) and IG is an incidence map
that associate with each element of E(G).
Example
G;
3
1.2 Definition ; Loop
Example;
G; e
Let G be a graph. If two or more edges of G have the same end vertices,
Example;
G; e1
v5 e5 v2
e2 e3
v3 v4
e6
4
1.4 Definition ; Neighbours(Adjacent)
Two vertices which are joined by an edge are said to be
adjacent or neighbours.
Example;
G;
Example;
V1 V2
5
1.8 Definition ; Size
The number of edges of a graph G is called the size of G.
Otherwise it is infinite.
Examples;
K1 ; V1
K2 ; V1 V2
V1
K3 ;
V2 V3
V1 V2
K4;
V3 V4
6
1.11 Definition ; Bipartite graph
A graph is bipartite if its vertex set can be partitioned into two
non empty subsets X and Y such that each edge of G has one end in X
and othesr end in Y, the pair (X, Y) is called a bipartition and graph is
denoted as G(X, Y).
Example-1;
V1 V2
G;
V3 V4
Y = {V2, V4}
Example-2;
V1 V2
V4 V3 V3
7
1.12 Definition; Complete bipartite graph
A simple bipartite graph is said to be complete bipartite, if every
vertex of X is adjacent to Y.
Example; K3,3
V1 V2 V3
V4 V5 V6
Is a simple graph with V(Ğ) = V(G) and two vertices in Ğ are adjacent if
Example;
G; V1 V2 Ğ; V1 V2
V3 V4 V3 V4
8
1.14 Definition; Self complementary graph
Example; G; Ğ;
V1 V4 V3 V2
V2 V3 V1 V4
Let H be a graph with vertex set V (H) and edge set E (H) and
Similarly let G be a graph with vertex set V(G) and edge set E(G). Then
we say that H is a sub graph of G , if V(H) C V(G) and E(H) C E(G).
Example;
G; V1 V2
V5 V6
V8 V7
V4 V3
9
H1; V1 V2
V4 V3
H2; V5 V6
V8 V7
10
1.18 Definition ; Induced sub graph
Example ; V1
G; V2
V5
V3 V4
The independent set (or stable set ) in a graph is a set of pairwise non
adjacent vertices.
Example;
11
G; V1 V2
V4 V3
Example;
V1 V2
V4 V3
12
Example;
V1 V2
V4 V3
Example ;
G; V1 V3 V5
e1 e2 e3 e4 e5
V2 V4 V6
L(G);
o o o o o
e1 e2 e3 e4 e5
13
1.25; Definition ; Incidence matrix
Example;
G; a d
W Y
b e
M(G); z
A b c d e
w 1 1 0 0 0
x 1 0 1 1 0
y 0 1 1 1 1
z 0 0 0 0 1
14
Example;
V1 V2
V4 V3
d(V1) = 2 d(V2) = 3
d(V3) = 2 d(V4) = 3
Example ;
G;
V1 V2
V4 V3
15