Faster deterministic parameterized algorithm for k-Path
Dekel Tsur

TL;DR
This paper presents a faster deterministic algorithm for the k-Path problem in directed graphs, reducing the exponential time complexity and improving upon previous methods, with potential applications to related problems.
Contribution
Introduces a new deterministic algorithm for k-Path with improved exponential time complexity, applicable to multiple related graph problems.
Findings
Deterministic algorithm for k-Path with time $O^*(2.554^k)$
Improves previous deterministic time complexity of $O^*(2.597^k)$
Technique applicable to other problems like k-Tree and Graph Motif
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
