English

Faster deterministic parameterized algorithm for k-Path

Data Structures and Algorithms 2019-01-25 v2

Abstract

In the k-Path problem, the input is a directed graph GG and an integer k1k\geq 1, and the goal is to decide whether there is a simple directed path in GG with exactly kk vertices. We give a deterministic algorithm for k-Path with time complexity O(2.554k)O^*(2.554^k). This improves the previously best deterministic algorithm for this problem of Zehavi [ESA 2015] whose time complexity is O(2.597k)O^*(2.597^k). The technique used by our algorithm can also be used to obtain faster deterministic algorithms for k-Tree, r-Dimensional k-Matching, Graph Motif, and Partial Cover.

Keywords

Cite

@article{arxiv.1808.04185,
  title  = {Faster deterministic parameterized algorithm for k-Path},
  author = {Dekel Tsur},
  journal= {arXiv preprint arXiv:1808.04185},
  year   = {2019}
}