Question 86
Explanation
A clique in an undirected graph G = (V, E) is a subset V' ⊆ V of vertices, such that
Answer : 3. Each pair of vertices in V' is connected by an edgeExplanation
Previous | Next |
UGC NET CS December 2019 - Question 85 | UGC NET CS December 2019 - Question 87 |
∴ In complete graph, each pair of vertices in V' is connected by an edge
So, option 3 is correct answer
Definition : A clique, C, in an undirected graph G = (V, E) is a subset of the vertices, C ⊆ V, such that every two distinct vertices are adjacent. This is equivalent to the condition that the induced subgraph of G induced by C is a complete graph.
Reference : Clique (graph theory)