MathJax


Sunday, September 19, 2021

2021-053

Consider a random graph G1 with 150 nodes and with a probability of 0.2 and a random graph G2 with 100 nodes and with a probability of 0.3. Which of these two distributions will have the highest average number of links and what is this value? 

  1. G1 - 1485
  2. G2 - 1485
  3. G1 - 2235
  4. G2 - 2235
  5. None of the above

Original idea by: Victor Menuzzo

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