Faster Detours in Undirected Graphs
Shyan Akmal, Virginia Vassilevska Williams, Ryan Williams, Zixuan Xu

TL;DR
This paper introduces faster algorithms for the k-Detour problem in undirected graphs, significantly improving the exponential running time bounds using novel path detection techniques based on bipartitioned subgraphs.
Contribution
The authors develop faster randomized and deterministic algorithms for k-Detour, reducing the exponential base from previous methods and extending these improvements to the k-Longest Detour problem.
Findings
Faster algorithms for k-Detour with 1.853^k and 4.082^k time complexity
Improved algorithms for k-Longest Detour with 3.432^k and 16.661^k time complexity
Utilization of bipartitioned subgraph structures to detect paths efficiently
Abstract
The -Detour problem is a basic path-finding problem: given a graph on vertices, with specified nodes and , and a positive integer , the goal is to determine if has an -path of length exactly , where is the length of a shortest path from to . The -Detour problem is NP-hard when is part of the input, so researchers have sought efficient parameterized algorithms for this task, running in time, for as slow-growing as possible. We present faster algorithms for -Detour in undirected graphs, running in randomized and deterministic time. The previous fastest algorithms for this problem took randomized and deterministic time [Bez\'akov\'a-Curticapean-Dell-Fomin, ICALP 2017]. Our…
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.
