sexta-feira, 19 de setembro de 2025

Barabási: Ch. 4 — Scale Free Networks

 In scale-free networks, the maximum degree grows with the size of the network as a power of the total number of nodes.

Suppose you have a scale-free network with $\gamma = 2.5$ and a total of $N = 10^6$ nodes. Which of the following best approximates the maximum degree in the network?


a) $N^{0.5} \approx 10^3$

b) $N^{1/3} \approx 10^2$

c) $N^{2/3} \approx 10^4$

d) $N^{1.5} \approx 10^9$

e) None of the above


Original idea by: Gabriel Sato

sexta-feira, 5 de setembro de 2025

Barabási: Ch. 3 — Random Networks

G1(N,p1) and G2(N,p2) are two random networks with the same number of nodes N, but different link probabilities with p1>p2

Which of the following statements is correct?

a) G1G_1will have a lower clustering coefficient than G2G_2.

b) G2G_2 will have a larger average degree than G1G_1.

c) G1G_1is more likely to contain a giant component than G2G_2.

d) Both G1G_1and G2G_2must have the same degree distribution, since they share the same number of nodes N.

e) None of the above


Original idea by: Gabriel Sato