MathJax


Tuesday, September 28, 2021

2021-055

Given a scale-free network with the following properties:

  • 1369 nodes
  • the node with less connections has only 2 links
  • its degree distribution follows a power law with exponent \( \gamma = 3 \)

Which value is the most probable to be the number of links in the node with most connections:

  1. 111
  2. 1368
  3. 37
  4. 684
  5. None of the above.

Original idea by: Jader Martins

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...