Consider a directed graph G and the concept of Strongly Connected Components (SCC). Analyze the following statements, and choose the right answer:
I- In a directed tree, each vertex is considered a SCC.
II- Every cycle in a directed graph G always constitutes its own separate SCC.
III- A trivial graph G cannot be considered as a SCC.
b) II and III are correct.
c) Only I is correct.
d) Only III is correct.
e) None of the above.
Original idea by: Tássia Martins
Nice question, but a little bit on the easy side. I'll pass.
ReplyDelete