English

A faster FPT Algorithm and a smaller Kernel for Block Graph Vertex Deletion

Data Structures and Algorithms 2015-10-29 v1

Abstract

A graph GG is called a \emph{block graph} if each maximal 22-connected component of GG is a clique. In this paper we study the Block Graph Vertex Deletion from the perspective of fixed parameter tractable (FPT) and kernelization algorithm. In particular, an input to Block Graph Vertex Deletion consists of a graph GG and a positive integer kk and the objective to check whether there exists a subset SV(G)S \subseteq V(G) of size at most kk such that the graph induced on V(G)SV(G)\setminus S is a block graph. In this paper we give an FPT algorithm with running time 4knO(1)4^kn^{O(1)} and a polynomial kernel of size O(k4)O(k^4) for Block Graph Vertex Deletion. The running time of our FPT algorithm improves over the previous best algorithm for the problem that ran in time 10knO(1)10^kn^{O(1)} and the size of our kernel reduces over the previously known kernel of size O(k9)O(k^9). Our results are based on a novel connection between Block Graph Vertex Deletion and the classical {\sc Feedback Vertex Set} problem in graphs without induced C4C_4 and K4eK_4-e. To achieve our results we also obtain an algorithm for {\sc Weighted Feedback Vertex Set} running in time 3.618knO(1)3.618^kn^{O(1)} and improving over the running time of previously known algorithm with running time 5knO(1)5^kn^{O(1)}.

Keywords

Cite

@article{arxiv.1510.08154,
  title  = {A faster FPT Algorithm and a smaller Kernel for Block Graph Vertex Deletion},
  author = {Akanksha Agrawal and Sudeshna Kolay and Daniel Lokshtanov and Saket Saurabh},
  journal= {arXiv preprint arXiv:1510.08154},
  year   = {2015}
}
R2 v1 2026-06-22T11:30:40.441Z