English

A Complexity Analysis of the c-Closed Vertex Deletion Problem

Data Structures and Algorithms 2025-11-18 v1 Computational Complexity

Abstract

A graph is cc-closed when every pair of nonadjacent vertices has at most c1c-1 common neighbors. In cc-Closed Vertex Deletion, the input is a graph GG and an integer kk and we ask whether GG can be transformed into a cc-closed graph by deleting at most kk vertices. We study the classic and parameterized complexity of cc-Closed Vertex Deletion. We obtain, for example, NP-hardness for the case that GG is bipartite with bounded maximum degree. We also show upper and lower bounds on the size of problem kernels for the parameter kk and introduce a new parameter, the number xx of vertices in bad pairs, for which we show a problem kernel of size O(x3+x2c))\mathcal{O}(x^3 + x^2\cdot c)). Here, a pair of nonadjacent vertices is bad if they have at least cc common neighbors. Finally, we show that cc-Closed Vertex Deletion can be solved in polynomial time on unit interval graphs with depth at most c+1c+1 and that it is fixed-parameter tractable with respect to the neighborhood diversity of GG.

Keywords

Cite

@article{arxiv.2511.13301,
  title  = {A Complexity Analysis of the c-Closed Vertex Deletion Problem},
  author = {Lisa Lehner and Christian Komusiewicz and Luca Pascal Staus},
  journal= {arXiv preprint arXiv:2511.13301},
  year   = {2025}
}
R2 v1 2026-07-01T07:41:01.909Z