Find Weakly Connected Components in a Directed Graph
Weakly Connected Graph: A directed graph 'G = (V, E)' is weakly connected if the underlying undirected graph Ä is connected. The underlying undirected graph is the graph Ä = (V, Ã) where à represents the set of undirected edges that is obtained by removing the arrowheads from the directed edges and