Question 2
A graph is called a cluster graph if and only if it is a disjoint union of cliques.
The CLUSTER VERTEX DELETION (CVD) problem is the following: Given an input graph and a parameter , does there exist a set of at most vertices of such that the subgraph induced on is a cluster graph.
In the DISJOINT CLUSTER VERTEX DELETION (DCVD) problem we are given an input graph , parameter and a set of vertices of of size such that the subgraph induced on is a cluster graph and the subgraph is also a cluster graph. Our goal is to determine if there exists a subset of size at most which is disjoint from such that the subgraph induced on is a cluster graph.
Answer the given subquestions about CVD and DCVD.
Consider the following algorithm for finding a smallest-sized subset of vertices such that the subgraph induced on is a cluster graph. To begin with, let and . While has an induced path on 3 vertices ,we update to and to .We repeat this process until has no induced path on 3 vertices. What can we say about , the size of the set output by this algorithm, relative to , the size of the optimal solution?