edited by
58,994 views
58 votes
58 votes

What is the size of the smallest $\textsf{MIS}$ (Maximal Independent Set) of a chain of nine nodes?

  1. $5$
  2. $4$
  3. $3$
  4. $2$
edited by

7 Answers

Best answer
52 votes
52 votes

Answer: C

$1-2-3-4-5-6-7-8-9$

$(2,5,8)$ is the maximal independent set for a chain of $9$ nodes. If we add any other node to the set then it will not be MIS.

edited by
80 votes
80 votes

1--2--3--4--5--6--7--8--9

MIS of size 5 : 1,3,5,7,9

MIS os size 4 : 2,4,6,8

MIS of size 3 : 2,5,8

MIS is independent set in which If we add any other node (outside MIS) to the set then it will  be no more MIS.

so smallest size of MIS is 3   Option C

10 votes
10 votes

If we try to add any vertext in set {2,5,8} then that vertex will be adjacent to 2 or 5 or 8 like if we want to add 4 that will be adjacent to 5 so independent set property will be lost.We cant take 2 vertices as Maximal property will not hold, we have to make it mamximum in such a way that the no of vertices will be minimum to make it MIS.1,4,7 is also a MIS

so C) is the ans

edited by
7 votes
7 votes

A set of vertices is called independent set such that no two vertices in the set are adjacent. A maximal independent set (MIS) is an independent set which is not subset of any other independent set.

The question is about smallest MIS. We can see in below diagram, the three highlighted vertices (2nd, 5th and 8th) form a maximal independent set (not subset of any other MIS) and smallest MIS.

0----0----0----0----0----0----0----0----0
Answer:

Related questions

43 votes
43 votes
6 answers
1
Ishrat Jahan asked Oct 28, 2014
14,045 views
$G$ is a simple undirected graph. Some vertices of $G$ are of odd degree. Add a node $v$ to $G$ and make it adjacent to each odd degree vertex of $G$. The resultant graph...
34 votes
34 votes
4 answers
2
Ishrat Jahan asked Oct 27, 2014
8,283 views
What is the chromatic number of the following graph? $2$$3$$4$$5$
54 votes
54 votes
8 answers
4
Ishrat Jahan asked Oct 29, 2014
11,932 views
Host $X$ has IP address $192.168.1.97$ and is connected through two routers $R1$ and $R2$ to an­other host $Y$ with IP address $192.168.1.80$. Router $R1$ has IP address...