Strongly Connected Graph
In the mathematical theory of directed graphs, a graph is said to be strongly connected if every vertex is reachable from every other vertex. The strongly connected components of a directed graph form a partition into subgraphs that are themselves strongly connected. It is possible to test the strong connectivity of a graph, or to find its strongly connected components, in linear time (that is, O(V + E)).
References
#edge #statistics #graph_theory #search #aperiodic #node #math #strongly_connected #pagerank #machine_learning #programming #algorithm #markov #chains