Question 6 - Degree Correlations
Consider a directed graph D. Which of the following statements about Strongly Connected Components (SCC) are correct? A. In D, an SCC is a subgraph where for every pair of nodes u and v, there is a directed path from u to v and from v to u. B. Given two distinct SCCs in D, there can be at most one edge connecting them in any direction. C. The condensed graph of D, formed by its SCCs, is a Directed Acyclic Graph (DAG). Options: a) A b) A and C c) B and C d) A, B and C e) None of the above Original idea by: Sergio Sanchez