Question 1

Imagine that you have an undirected network whose nodes are all connected together. We can confirm that:
 

I. Average distance is less than or equal to 1, regardless how many nodes the graph has
II. Average clustering coefficient is less than 1, regardless how many nodes the graph has
III. Global Clustering coefficient is 1, regardless how many nodes the graph has
IV. Chance that two neighbors of a node are linked is 100%

     
Choose the alternative listing the true statements:
 

    A. I and IV
    B. I, II, and III
    C. II and IV
    D. III and IV
    E. None of above

Original idea by: Germán Darío Buitrago Salazar

Comentários

  1. Interesting question, but it posed a few challenges: what is the average distance of a graph with just one node? What is the global clustering coefficient of a graph with just 2 nodes? I cannot take it, since it does not discuss these tricky cases.

    ResponderExcluir

Postar um comentário

Postagens mais visitadas deste blog

Question 2. Random Networks

Question 5. Degree correlation