WEEK-01

 


Five examples are given, each consisting of an adjacency matrix, a graph, and a degree distribution.
Example ID Adjacency Matrix Graph Degree Distribution
Example I A=[0101110110010101110010000]
Example II A=[0100110100010100010110010]
Example III A=[0100010100010100010100010]
Example IV A=[0111110111110111110111110]
Example V A=[0101101101011110]
Which of the following options is a correct list of all examples that include the correct triplet of adjacency matrix, corresponding graph, and degree distribution?
  1. Only I is correct
  2. Only I and II are correct
  3. Only I, II and IV are correct
  4. I, II, III, IV and V are correct
  5. None of the above
Original idea by: Thaysa Bello

Comentários

Postar um comentário

Postagens mais visitadas deste blog

WEEK-03

WEEK-06