English

On the Power of Tree-Depth for Fully Polynomial FPT Algorithms

Data Structures and Algorithms 2017-10-24 v2 Computational Complexity Discrete Mathematics

Abstract

There are many classical problems in P whose time complexities have not been improved over the past decades. Recent studies of "Hardness in P" have revealed that, for several of such problems, the current fastest algorithm is the best possible under some complexity assumptions. To bypass this difficulty, Fomin et al. (SODA 2017) introduced the concept of fully polynomial FPT algorithms. For a problem with the current best time complexity O(nc)O(n^c), the goal is to design an algorithm running in kO(1)nck^{O(1)}n^{c'} time for a parameter kk and a constant c<cc'<c. In this paper, we investigate the complexity of graph problems in P parameterized by tree-depth, a graph parameter related to tree-width. We show that a simple divide-and-conquer method can solve many graph problems, including Weighted Matching, Negative Cycle Detection, Minimum Weight Cycle, Replacement Paths, and 2-hop Cover, in O(tdm)O(\mathrm{td}\cdot m) time or O(td(m+nlogn))O(\mathrm{td}\cdot (m+n\log n)) time, where td\mathrm{td} is the tree-depth of the input graph. Because any graph of tree-width tw\mathrm{tw} has tree-depth at most (tw+1)log2n(\mathrm{tw}+1)\log_2 n, our algorithms also run in O(twmlogn)O(\mathrm{tw}\cdot m\log n) time or O(tw(m+nlogn)logn)O(\mathrm{tw}\cdot (m+n\log n)\log n) time. These results match or improve the previous best algorithms parameterized by tree-width. Especially, we solve an open problem of fully polynomial FPT algorithm for Weighted Matching parameterized by tree-width posed by Fomin et al.

Keywords

Cite

@article{arxiv.1710.04376,
  title  = {On the Power of Tree-Depth for Fully Polynomial FPT Algorithms},
  author = {Yoichi Iwata and Tomoaki Ogasawara and Naoto Ohsaka},
  journal= {arXiv preprint arXiv:1710.04376},
  year   = {2017}
}

Comments

16 pages