Graph Theory: Types of Graphs
Graph Theory: Types of Graphs
Graph Theory: Types of Graphs
TYPES OF GRAPHS
TYPES OF GRAPHS
1)Null Graph
A graph having no edges and n vertices is called a Null Graph Nn
There are three vertices named ‘a’, ‘b’, and ‘c’, but there are no edges
among them. Hence it is a Null Graph N3
2)Trivial Graph
A graph with only one vertex is called a Trivial Graph.
Here, the graph is only one vertex ‘a’ with no other edges. Hence it is a
Trivial graph.
3)Simple Graph
A graph with no loops and no parallel edges
4)Multigraph
A graph with parallel edges but no loops
5) Pseudograph
A graph with parallel edges and loops
5) Regular Graph
A graph G is said to be regular, if all its vertices have
the same degree.
In a graph, if the degree of each vertex is ‘k’, then the
graph is called a ‘k-regular graph’.
6) Complete Graphs
A complete graph on n vertices, denoted
by Kn, is a simple graph that contains exactly
.
one edge between each pair of its distinct
vertices ie if every vertex is connected with K1
every other vertex.
The graphs Kn, for n = 1, 2, 3, 4, 5, 6, are
shown .
Kn has n(n − 1)/2 edges and is a regular graph of degree n − 1.
7)
8)
V1= {a,b}
V2={c,d,e}
10)
• .
K 3, 2
• .
• . V1= {a,b,c}
• . V2= {d,e}
• .
|V1|= 3
|V2|= 2
K 3, 3 K m, n is not regular if m≠n
K m, n = K n, m
Note:
𝑛 𝑛 𝑛2
So maximum number of edges= (n- ) =
2 2 4