English
Related papers

Related papers: A polynomial kernel for Block Graph Deletion

200 papers

The class of graph deletion problems has been extensively studied in theoretical computer science, particularly in the field of parameterized complexity. Recently, a new notion of graph deletion problems was introduced, called deletion to…

Data Structures and Algorithms · Computer Science 2026-05-20 Ashwin Jacob , Diptapriyo Majumdar , Meirav Zehavi

A diamond is a graph obtained by removing an edge from a complete graph on four vertices. A graph is diamond-free if it does not contain an induced diamond. The Diamond-free Edge Deletion problem asks whether there exist at most $k$ edges…

Data Structures and Algorithms · Computer Science 2016-01-01 R. B. Sandeep , Naveen Sivadasan

A graph is distance-hereditary if for any pair of vertices, their distance in every connected induced subgraph containing both vertices is the same as their distance in the original graph. The Distance-Hereditary Vertex Deletion problem…

Data Structures and Algorithms · Computer Science 2017-02-22 Eun Jung Kim , O-joung Kwon

It is known that the problem of deleting at most k vertices to obtain a proper interval graph (Proper Interval Vertex Deletion) is fixed parameter tractable. However, whether the problem admits a polynomial kernel or not was open. Here, we…

Data Structures and Algorithms · Computer Science 2015-03-20 Fedor V. Fomin , Saket Saurabh , Yngve Villanger

We consider edge modification problems towards block and strictly chordal graphs, where one is given an undirected graph $G = (V,E)$ and an integer $k \in \mathbb{N}$ and seeks to edit (add or delete) at most $k$ edges from $G$ to obtain a…

Data Structures and Algorithms · Computer Science 2025-05-07 Maël Dumas , Anthony Perez , Mathis Rocton , Ioan Todinca

For a set of graphs $\mathcal{H}$, the \textsc{$\mathcal{H}$-free Edge Deletion} problem asks to find whether there exist at most $k$ edges in the input graph whose deletion results in a graph without any induced copy of $H\in\mathcal{H}$.…

Data Structures and Algorithms · Computer Science 2014-11-19 N. R. Aravind , R. B. Sandeep , Naveen Sivadasan

For a class of graphs $\mathcal{P}$, the Bounded $\mathcal{P}$-Block Vertex Deletion problem asks, given a graph $G$ on $n$ vertices and positive integers $k$ and $d$, whether there is a set $S$ of at most $k$ vertices such that each block…

Data Structures and Algorithms · Computer Science 2016-03-21 Édouard Bonnet , Nick Brettell , O-joung Kwon , Dániel Marx

A graph $G$ is called a \emph{block graph} if each maximal $2$-connected component of $G$ is a clique. In this paper we study the Block Graph Vertex Deletion from the perspective of fixed parameter tractable (FPT) and kernelization…

Data Structures and Algorithms · Computer Science 2015-10-29 Akanksha Agrawal , Sudeshna Kolay , Daniel Lokshtanov , Saket Saurabh

Vertex deletion to hereditary graph class is well-studied in parameterized complexity. Vertex deletion to the scattered graph classes has gained attention in recent years. In this paper, we consider (Proper-Interval, Tree)-Vertex Deletion,…

Data Structures and Algorithms · Computer Science 2026-05-05 Ashwin Jacob , Arpit Kumar , Diptapriyo Majumdar

A permutation graph can be defined as an intersection graph of segments whose endpoints lie on two parallel lines $\ell_1$ and $\ell_2$, one on each. A bipartite permutation graph is a permutation graph which is bipartite. In the the…

Data Structures and Algorithms · Computer Science 2024-01-03 Jan Derbisz

The line graph of a graph $G$ is the graph $L(G)$ whose vertex set is the edge set of $G$ and there is an edge between $e,f\in E(G)$ if $e$ and $f$ share an endpoint in $G$. A graph is called line graph if it is a line graph of some graph.…

Data Structures and Algorithms · Computer Science 2020-06-30 Eduard Eiben , William Lochet

A graph is called (claw,diamond)-free if it contains neither a claw (a $K_{1,3}$) nor a diamond (a $K_4$ with an edge removed) as an induced subgraph. Equivalently, (claw,diamond)-free graphs can be characterized as line graphs of…

Data Structures and Algorithms · Computer Science 2015-03-03 Marek Cygan , Marcin Pilipczuk , Michał Pilipczuk , Erik Jan van Leeuwen , Marcin Wrochna

In the Proper Interval Vertex Deletion problem (PIVD for short), we are given a graph $G$ and an integer parameter $k>0$, and the question is whether there are at most $k$ vertices in $G$ whose removal results in a proper interval graph. It…

Data Structures and Algorithms · Computer Science 2016-11-28 Wenjun Li , Yongjie Yang , Jianer Chen , Jianxin Wang

In the $\mathcal{F}$-Minor-Free Deletion problem one is given an undirected graph $G$, an integer $k$, and the task is to determine whether there exists a vertex set $S$ of size at most $k$, so that $G-S$ contains no graph from the finite…

Data Structures and Algorithms · Computer Science 2021-10-06 Huib Donkers , Bart M. P. Jansen , Michał Włodarczyk

In the {claw, diamond}-free edge deletion problem, we are given a graph $G$ and an integer $k>0$, the question is whether there are at most $k$ edges whose deletion results in a graph without claws and diamonds as induced graphs. Based on…

Data Structures and Algorithms · Computer Science 2022-01-05 Wenjun Li , Huan Peng , Yongjie Yang

In this work, we study the Biclique-Free Vertex Deletion problem: Given a graph $G$ and integers $k$ and $i \le j$, find a set of at most $k$ vertices that intersects every (not necessarily induced) biclique $K_{i, j}$ in $G$. This is a…

Data Structures and Algorithms · Computer Science 2024-11-20 Lito Goldmann , Leon Kellerhals , Tomohiro Koana

In the Split Vertex Deletion problem, given a graph G and an integer k, we ask whether one can delete k vertices from the graph G to obtain a split graph (i.e., a graph, whose vertex set can be partitioned into two sets: one inducing a…

Data Structures and Algorithms · Computer Science 2012-08-07 Marek Cygan , Marcin Pilipczuk

The pathwidth of a graph is a measure of how path-like the graph is. Given a graph G and an integer k, the problem of finding whether there exist at most k vertices in G whose deletion results in a graph of pathwidth at most one is NP-…

Data Structures and Algorithms · Computer Science 2010-09-07 Geevarghese Philip , Venkatesh Raman , Yngve Villanger

We give a kernel with $O(k^7)$ vertices for Trivially Perfect Editing, the problem of adding or removing at most $k$ edges in order to make a given graph trivially perfect. This answers in affirmative an open question posed by Nastos and…

Data Structures and Algorithms · Computer Science 2014-12-25 Pål Grønås Drange , Michał Pilipczuk

The Treewidth-2 Vertex Deletion problem asks whether a set of at most $t$ vertices can be removed from a graph, such that the resulting graph has treewidth at most two. A graph has treewidth at most two if and only if it does not contain a…

Data Structures and Algorithms · Computer Science 2022-03-21 Jeroen L. G. Schols
‹ Prev 1 2 3 10 Next ›