MathJax


Sunday, May 15, 2022

2022-103

Consider the following statements about strongly connected components (SCC):

  1. All strongly connected components in a bipartite, directed network have an even number of nodes.
  2. The Kosaraju-Sharir algorithm uses the BFS-algorithm two times in order to get the SCCs of a network.
  3. A single node may be classified as a strongly connected component in a network.

The only statements above that are correct are:

  1. I and III
  2. II and III
  3. I and II
  4. Only III
  5. None of the above

Original idea by: Athyrson M. Ribeiro

No comments:

Post a Comment

2023-228

A company launched a new gadget C to be produced globally for North American and South American markets. The company uses just-in-time as ...