Chapter10 4
Chapter10 4
4
Connectivit
y
Section Summary
Paths
Connectedness in Undirected Graphs
Vertex Connectivity and Edge
Connectivity
Connectedness in Directed Graphs
Paths and Isomorphism
Counting Paths between Vertices
Paths
Informal Definition: A path is a sequence of edges
that begins at a vertex of a graph and travels from
vertex to vertex along edges of the graph. As the
path travels along its edges, it visits the vertices
along this path, that is, the endpoints of these.
b, c, f, e, b is a circuit of length 4.
connected to c.
b c e h
G1
How Connected is a
Graph?
Example Find the cut vertices and cut
edges in the graph G1 shown below.
Solution The cut vertices of G1 are b, c,
and e. a d f g
b c e h
G1
How Connected is a
Graph?
Example Find the cut vertices and cut
edges in the graph G1 shown below.
Solution The cut vertices of G1 are b, c,
and e. a d f g
b c e h
G1
How Connected is a
Graph?
Example Find the cut vertices and cut
edges in the graph G1 shown below.
Solution The cut vertices of G1 are b, c,
and e. a d f g
b c h
G1
How Connected is a
Graph?
d e
b c e h
How Connected is a
Graph?
AN INEQUALITY FOR VERTEX
CONNECTIVITY
G = EDGE
AND (V ,E) isCONNECTIVITY
a noncomplete connected graph
with at least three vertices.
at that time had over 200 million vertices and over 1.5 billion
edges. (The numbers today are several orders of magnitude
larger.)
vertices.
A=
adjacency matrix of
G G
Counting Paths between
Vertices (continued)
Solution: The adjacency matrix of G (ordering
the vertices as a, b, c, d) is given above.
A4 =