2022-010
Using the Kosaraju-Sharir’s algorithm, analyze the statements about the Strongly Connected Components (SCC) extracted from the graph:
This blog aims to publish the quiz questions of the discipline MO412 (Graph Algorithms) presented by Prof Meidanis in the Graduate Program in Computer Science of the Institute of Computing of the University of Campinas (Unicamp).
2022-010
Analyze the following statements about the network:
1. Choosing which node will be connected uses the preferential attachment criteria.
2. After \(t\) timesteps, this model generates a network with \(N = t +
m_0\) nodes.
3. The degree distribution of this network follows the Poisson
distribution.
4. This network has scale-free property.
5. The diameter of this network with N nodes can be estimated by the equation \(D \sim \frac {(log N)}{ (log log N)} \).
Select the correct alternative:
2022-013 Consider the graph below and the flow from 1 to 10, where the capacity value is defined in each link. Select the correct alternativ...