MathJax


Sunday, May 1, 2022

2022-101

You are asked to analyze a Scale-Free network and calculate its number of nodes, however you perceived that counting every node of this network would take days. You were able to collect the following information:

  • The largest hub has size 500
  • The minimum degree is 1
  • γ = 3

With that in hand, you are ready to estimate the number of nodes. Round your best guess to the nearest integer:

  1. 500
  2. 550
  3. 250000
  4. 302500
  5. None of the above

Original idea by: Victória Pedrazzoli

No comments:

Post a Comment

2026-326

Consider the graph on the figure below. Determine the number of back edges, cross edges, and forward edges generated by the Depth-First Sear...