Study Material-2
Study Material-2
Euler Trail
A Euler trail of a connected graph G is an open trail of G containing all the edges of G
• A connected graph has a Euler trail if and only if it has exactly two vertices of odd degree.
Euler Circuit
• A connected graph with at least two vertices has a Euler circuit if and only if each of its
vertices have even degree.
Hamiltonian path
Hamiltonian Cycle
A Planar graph is a graph that can be drawn in the plane such that no two edges intersect.
Here is planar graph
Homeomorphic graphs
Two graphs G1 and G2 are said to be homeomorphic if one of them is obtained from the other by
the process of (i) insertion of new vertices of degrees two into its edges or (ii) the merger of edges in
series
Kuratowski's theorem
Euler’s formula
Statement: Let G be a planar graph with and denote respectively the number of vertices,
edges and regions of G, then
Proof: Given G is a connected graph and and denote respectively the number of vertices,
edges and regions of G, then
is true.
So by our assumption
Case 1:
Let has no cycle then the number of vertices in must be one more than the number of
edges in and there will be only one region exist so
Case 2:
Let has cycle. Now we delete one edge from any cycle of then we have vertices,
edges, regions. Therefore, from equation (1)
Hence, if and denote the number of vertices, edges and regions of planar graph G, then
Vertex colouring:
A proper vertex colouring of a graph G is an assignment of colours to the vertices of G such that
every 2 adjacent vertices must receive different colours.
Chromatic number
A chromatic number of a graph is the least number of colors needed for a proper coloring of the
given graph. The chromatic number of a graph is denoted by .
Here the chromatic number is 5
5. For a path
6. For a cycle or 3
There is one and only one path between any two vertices in tree.
Proof: Let T is a tree. Select any vertex v in T. Let T is rooted at v. Let v is coloured with colour 1.
Let the adjacent of v is coloured with coloured with colour 2. Let the adjacent of these vertices be
colour 1 and we continue this process till every vertex T has been coloured.
Now in T we find all the vertices at odd distances from v have colour 2, while v and vertices at even
distances from v have colour 1. Since There is one and only one path between any two vertices in
tree, no two adjacent vertices have the same colour. Thus T has been properly coloured with two
colours. So every tree with two or more vertices is 2-chromatic.