Lecture 13 Defining Graph
Lecture 13 Defining Graph
1
Graphs and Graph Models
2
Simple graph
A graph in which each edge connects two different vertices and where
no two edges connect the same pair of vertices is called a simple
graph
3
Multigraphs
4
loops
5
Directed graph
When a directed graph has no loops and has no multiple directed edges,
it is called a simple directed graph.
6
directed multigraphs
7
Graph Terminology.
8
Graph Models
SOCIAL NETWORKS
9
Graph Models
10
Graph Models
11
Graph Models
TRANSPORTATION NETWORKS
Airline Routes
Road Networks
12
Graph Models
BIOLOGICAL NETWORKS
13
Graph Models
TOURNAMENTS
14
Graph Terminology and Special Types of Graphs
15
Example
What are the degrees and what are the neighborhoods of the
vertices in the graphs G and H displayed in Figure 1?
16
Example
What are the degrees and what are the neighborhoods of the
vertices in the graphs G and H displayed in Figure 1?
17
THE HANDSHAKING THEOREM
18
Example
19
20
21
22
Reference
Richard Johnsonbaugh. Discrete Mathematics, Pearson; 8th edition (March 16, 2017).
ISBN-10: 0321964683.
23