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 and an integer , and the goal is to decide whether there is a simple directed path in with exactly vertices. We give a deterministic algorithm for k-Path with time complexity . This improves the previously best deterministic algorithm for this problem of Zehavi [ESA 2015] whose time complexity is . 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.
Cite
@article{arxiv.1808.04185,
title = {Faster deterministic parameterized algorithm for k-Path},
author = {Dekel Tsur},
journal= {arXiv preprint arXiv:1808.04185},
year = {2019}
}