MathJax


Mostrando postagens com marcador Strongly Connected Components. Mostrar todas as postagens
Mostrando postagens com marcador Strongly Connected Components. Mostrar todas as postagens

quinta-feira, 3 de novembro de 2022

Question 10 - Big Components

The Kosaraju-Sharir algorithm is an algorithm used to find strongly connected components in a graph.

Applying the algorithm on the graph given above, how many strongly connected components do we find, and what is the size of the biggest component, and the size of the smallest? (respectively)

  1. 4, 8, 1
  2. 5, 6, 2
  3. 6, 5, 1
  4. 4, 7, 2
  5. None of the above.

  Original idea by: Pedro Henrique Di Francia Rosso

Question 12 - Dendrogram

Applying a divisive algorithm on the network below, we obtain the following dendrogram: Network  Dendrogram Looking at the dendrogram, we...