Quiz Space

Advanced Algorithms · Quiz 2 · 6 Aug 2023 · May 2023 term

Question 4: Let G be a simple, undirected, unweighted graph. We use V…

Question 4

+2 marksOne or more correct options

Let GG be a simple, undirected, unweighted graph.

We use V(G)V(G) to denote the vertex set of GG and E(G)E(G) to denote the edge set of GG.

Recall that if we have an empty graph (i.e, a graph where V(G)=E(G)=∅V(G) = E(G) = \emptyset), then by convention it (vacuously) satisfies the properties suggested in the given subquestions

Consider the set system (U,F)(U, \mathcal{F}) defined as follows.

  • The universe UU is V(G)V(G).
  • A subset of vertices S⊆V(G)S \subseteq V(G) belongs to F\mathcal{F} if the subgraph induced by SS has minimum degree three.

Which of the following properties is/are NOT satisfied by F\mathcal{F}?

Select all that apply.

  1. A

    Non-emptiness

  2. B

    Heredity

  3. C

    The Exchange Property

  4. D

    None of these

Show answer

Correct answers

  • B

    Heredity

  • C

    The Exchange Property

Question 4 of 15 in the IIT Madras BS Advanced Algorithms (Advanced Algorithms) Quiz 2 paper sat on 6 Aug 2023, in the May 2023 term (IIT M DEGREE AN3 EXAM QPE3 06 Aug 2023). It carries 2 marks.

More questions from this paper

  1. Q1For the following sets of timings of dance classes, figure out what is the largest number of classes that you can atten…
  2. Q2Consider 4 sets as follows: W = {w_1, w_2, w_3}, X = {x_1, x_2}, Y = {y_1, y_2, y_3} and Z = {z_1, z_2}. Given capacity…
  3. Q3Let G be a simple, undirected, unweighted graph. We use V(G) to denote the vertex set of G and E(G) to denote the edge …
  4. Q5There are N stones, numbered 1, 2, \ldots, N. For each (1 \leqslant i \leqslant N), the height of stone i is h_i. Assum…
  5. Q6There are N stones, numbered 1, 2, \ldots, N. For each (1 \leqslant i \leqslant N), the height of stone i is h_i. Assum…
  6. Q7There are N stones, numbered 1, 2, \ldots, N. For each (1 \leqslant i \leqslant N), the height of stone i is h_i. Assum…
  7. Q8There are N stones, numbered 1, 2, \ldots, N. For each (1 \leqslant i \leqslant N), the height of stone i is h_i. Assum…
  8. Q9Which of the following statements is true?\ Statement 1: For every graph G and every maximum flow on G, there always ex…
  9. Q10Figure question
  10. Q11Figure question
  11. Q12Consider the following definitions: A vertex cover is a subset S of V(G) such that for all (u,v) \in E(G), S \cap {u,v}…
  12. Q13Figure question
  13. Q14Figure question
  14. Q15Consider a different rounding strategy for the LP relaxation of the vertex cover problem. Instead of rounding up every …