A digraph is strongly connected if there is a directed path from any node to any other node. Is the digraph in figure Prob 2.1a strongly connected? Is the underlying ugraph connected?
(a) using the figure trace out the components. Assign different colors for the edges of the different compontnts, or draw an equivalent ugraph so that the edges do not overlap, that is, where the components are physically separated from one another.
(b) list all the edges of ugraph in the figure and using the method in the additional material for section 2.2 calculate the nodes in each component.
(c) If the components are separated then for each component delete edges to create a spanning forest.