English

Graph Editing to a Given Degree Sequence

Data Structures and Algorithms 2016-01-14 v1 Computational Complexity Discrete Mathematics

Abstract

We investigate the parameterized complexity of the graph editing problem called Editing to a Graph with a Given Degree Sequence, where the aim is to obtain a graph with a given degree sequence \sigma by at most k vertex or edge deletions and edge additions. We show that the problem is W[1]-hard when parameterized by k for any combination of the allowed editing operations. From the positive side, we show that the problem can be solved in time 2^{O(k(\Delta+k)^2)}n^2 log n for n-vertex graphs, where \Delta=max \sigma, i.e., the problem is FPT when parameterized by k+\Delta. We also show that Editing to a Graph with a Given Degree Sequence has a polynomial kernel when parameterized by k+\Delta if only edge additions are allowed, and there is no polynomial kernel unless NP\subseteq coNP/poly for all other combinations of allowed editing operations.

Keywords

Cite

@article{arxiv.1601.03174,
  title  = {Graph Editing to a Given Degree Sequence},
  author = {Petr A. Golovach and George B. Mertzios},
  journal= {arXiv preprint arXiv:1601.03174},
  year   = {2016}
}

Comments

arXiv admin note: text overlap with arXiv:1311.4768

R2 v1 2026-06-22T12:28:28.151Z