Chapter 3: Q13E (page 108)
Question:Undirected vs. directed connectivity.
(a) Prove that in any connected undirected graph G =(V , E)there is a vertex whose removal leaves G connected. (Hint: Consider the DFS search tree for G.)
(b) Give an example of a strongly connected directed graph G(V ,E)such that, for every, removing v from G leaves a directed graph that is not strongly connected.
(c) In an undirected graph with two connected components it is always possible to make the graph connected by adding only one edge. Give an example of a directed graph with two strongly connected components 0 such that no addition of one edge can make the graph strongly connected.
Short Answer
(a) In any connected undirected graph G = (V , E) there is a vertex whose removal leaves G connected is proved.
(b) A strongly connected directed graph G = (V , E) , for every , removing v from G leaves a directed graph that is not strongly connected is proved.
(c) In an undirected graph with two connected components it is always possible to make the graph connected by adding only one edge. Give an example of a directed graph with two strongly connected components such that no addition of one edge can make the graph strongly connected.