Graph Theory Presentation
Graph Theory Presentation
• Parallel edges
• Two or more edges
joining a pair of vertices
in the example, a and b
are joined by two parallel
edges
• Loops
• An edge that starts
and ends at the same vertex
In the example, vertex d has a loop
Types of graph graphs
• Simple graph
• A graph without loops
or parallel edges.
• Weighted graph
• A graph where each
edge is assigned a
numerical label
or “weight”.
Complete graph K n
• Let n > 3
• The complete graph Kn
is the graph with n vertices
and every pair of vertices
is joined by an edge.
• The figure represents K5
• The degree of complete graph is n-1
FINITE AND INFINITE GRAPH
• A graph G = ( V, E ) is called a finite graph if the vertex Set V is
finite set.
• b ____________c
• The vertices a and c are pendent vertex because their degree is
1
Regular graph
• A Regular graph is a graph in which each vertex has the same
degree
(vi) = 2m
i=1