English

Polynomial Fixed-Parameter Algorithms: A Case Study for Longest Path on Interval Graphs

Computational Complexity 2021-01-06 v4

Abstract

We study the design of fixed-parameter algorithms for problems already known to be solvable in polynomial time. The main motivation is to get more efficient algorithms for problems with unattractive polynomial running times. Here, we focus on a fundamental graph problem: Longest Path, that is, given an undirected graph, find a maximum-length path in GG. Longest Path is NP-hard in general but known to be solvable in O(n4)O(n^{4}) time on nn-vertex interval graphs. We show how to solve Longest Path on Interval Graphs, parameterized by vertex deletion number kk to proper interval graphs, in O(k9n)O(k^{9}n) time. Notably, Longest Path is trivially solvable in linear time on proper interval graphs, and the parameter value kk can be approximated up to a factor of 4 in linear time. From a more general perspective, we believe that using parameterized complexity analysis may enable a refined understanding of efficiency aspects for polynomial-time solvable problems similarly to what classical parameterized complexity analysis does for NP-hard problems.

Keywords

Cite

@article{arxiv.1506.01652,
  title  = {Polynomial Fixed-Parameter Algorithms: A Case Study for Longest Path on Interval Graphs},
  author = {Archontia C. Giannopoulou and George B. Mertzios and Rolf Niedermeier},
  journal= {arXiv preprint arXiv:1506.01652},
  year   = {2021}
}

Comments

34 pages, 1 figure, 1 algorithm, 4 reduction rules

R2 v1 2026-06-22T09:47:26.934Z