According to the definition of strongly connected component T in a directed graph G(V, E), it says that for each u,v vertices in T then there is a path connecting them together (in both direction)
My question is, suppose I found a strongly connected component, does that mean the path can always include vertices from within T and not V\T?
If not can I see a contradiction example?