English

Destroying Densest Subgraphs is Hard

Data Structures and Algorithms 2024-04-15 v1

Abstract

We analyze the computational complexity of the following computational problems called Bounded-Density Edge Deletion and Bounded-Density Vertex Deletion: Given a graph GG, a budget kk and a target density τρ\tau_\rho, are there kk edges (kk vertices) whose removal from GG results in a graph where the densest subgraph has density at most τρ\tau_\rho? Here, the density of a graph is the number of its edges divided by the number of its vertices. We prove that both problems are polynomial-time solvable on trees and cliques but are NP-complete on planar bipartite graphs and split graphs. From a parameterized point of view, we show that both problems are fixed-parameter tractable with respect to the vertex cover number but W[1]-hard with respect to the solution size. Furthermore, we prove that Bounded-Density Edge Deletion is W[1]-hard with respect to the feedback edge number, demonstrating that the problem remains hard on very sparse graphs.

Keywords

Cite

@article{arxiv.2404.08599,
  title  = {Destroying Densest Subgraphs is Hard},
  author = {Cristina Bazgan and André Nichterlein and Sofia Vazquez Alferez},
  journal= {arXiv preprint arXiv:2404.08599},
  year   = {2024}
}

Comments

To appear at SWAT 2024

R2 v1 2026-06-28T15:52:42.861Z