mathJax


Friday, March 17, 2023

2nd Quiz - 17/03/23

Given the image bellow of a small part of the Campinas' streets represented in a graph and your knowledge about Network Science, check the following affirmations.

  1. There is only one shortest path between nodes 1 and 9 and it has length 9;
  2. The given graph is strongly connected;
  3. A shortest path can contain a loop;
  4. If we executed BFS Algorithm starting at node 9, the longest distance would be 7;
  5. The link between nodes 8 and 10 is a bridge (bridge as the Network Science definition).

Select the answer with only the true affirmations:

  1. I, II and V;
  2. I, III and IV;
  3. II and IV;
  4. II, IV and V;
  5. None of the above.
Original idea by: Fillipi Valadares

2 comments:

  1. Interesting question, but I wonder what the definition of bridge for directed graphs is. We haven't discussed that. Also, the fact that the graph is in Campinas is just a distraction and should be avoided.

    ReplyDelete
  2. Thanks for the considerations, professor! I thought from the book that since it did not mention the given bridge definition as particular for one kind of graph, it would apply for both directed or undirected.
    Also, the idea of defining the graph on top of a street view of Campinas was to follow the purpouse of Network Science we discussed in the first class, that it is intended to apply graphs to real problems, so I gave it a shot of showing how we can detect graphs in our daily routine.
    Thanks once more!

    ReplyDelete

7th Quiz - 02/06/2023

Agglomerative hierarchical clustering can be applied to community detection in graphs. By using dendrograms, one can visualize the order in ...