MathJax


Thursday, October 7, 2021

2021-059

Considering a scale-free network with \( N = 10^3 \) and \( \gamma = 2.1 \), which formula better describes the average distance between two nodes?

  1. constant
  2. \( \ln N \)
  3. \( \ln N / \ln \ln N \)
  4. \( \ln \ln N \)
  5. None of the above.

Original idea by: Leandro Stival

No comments:

Post a Comment

2025-255

A   BFS  was performed on an unknown graph, producing the following visitation order: a-c-d-b-f-g-e-h There are four candidate graphs: I) II...