Quiz - MO412 - Henrique Campos
Given a graph in which each node represents a student, and two students are connected by a link if they have ever studied at the same school, not necessarily in the same class or year, which of the following statements is false ? a) Each school corresponds to a clique in the graph and, consequently, may correspond to a community. b) Suppose there are two schools, A and B, with no students in common initially. School A has N N students, and school B has N − 1 students. If one student moves from A to B, that student will belong to the weak community associated with A and to the weak community associated with B, but will not belong to the strong community associated with either A or B. c) In general, analyzing only the graph is sufficient to uniquely identify the communities corresponding to schools, regardless of how students move between schools over time. d) If we extend the network so that two students are connected whenever they kn...