MathJax


Saturday, October 9, 2021

2021-061

Given a network with 200 nodes and minimum degree 1, what is the expected maximum degree of a node in the network? For this problem, consider \( \gamma = 3 \) and round your answer to the nearest integer.

  1. 14
  2. 17
  3. 10
  4. 22
  5. None of the above

Original idea by: Thales Rogério

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