MTH 607 Graph Theory Lab 6
We will work on these questions in the lab.
These questions will refer to the following graphs:
-
-
For G1 find [ {2, 4}, {1, 3, 5} ].
-
For G2 find [ {b, c, e}, {a, d, f} ].
-
For Q3 find [ {000, 011}, comp({000, 011}) ],
where comp(S) is the complement of S.
-
For each of the graphs above find the following:
-
A vertex cut set of size 2, or explain why no such exists.
-
An edge cut set of size 2, or explain why no such exists.
-
The vertex connectivity K(G).
-
The edge connectivity K'(G).
-
Find the vertex and edge connectivity of the Peterson Graph.
-
Find graphs G which satisfy each of the following:
- K(G) = K'(G) = δ(G)
- K(G) = K'(G) < δ(G)
- K(G) < K'(G) = δ(G)
- K(G) < K'(G) < δ(G)
-
Let T be a tree:
-
Use the fact that there is a unique path between any pair of vertices in a tree
to show that if v is an internal vertex of T then T - v is
not connected.
-
If v is a leaf in a tree T show that T - v is connected.
-
Let G be a connected graph with at least three vertices.
Form G' from G by adding an edge between every pair of
vertices which are distance 2 apart in G.
Show that G' formed in this way is 2-connected.