What is the intuition behind tarjan algorithm?

Правка en2, от pvpcoder, 2015-09-07 08:52:35

I am learning tarjan's algorithm from here Tarjan algorithm.But I am not able to understand how we are finding strongly connected components using Stack and also Why there should be no backedge from a descendant of sub-tree rooted with V to its ancestor. In simple terms Strongly connected components forms a cycle.But without any backedge how will the cycle forms hence SCC.
Does the vertices with same low[v] values form the strongly connected components.

Теги scc, tarjan

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский pvpcoder 2015-09-07 08:52:35 87
en1 Английский pvpcoder 2015-09-07 08:50:22 506 Initial revision (published)