Simpler and faster algorithms for detours in planar digraphs
Meike Hatzel, Konrad Majewski, Micha{\l} Pilipczuk, Marek, Soko{\l}owski

TL;DR
This paper introduces simpler, faster algorithms for the directed detour and long detour problems in planar digraphs, improving computational efficiency by leveraging topological structures and reductions to disjoint paths problems.
Contribution
It presents two new algorithms for planar digraphs: an $ ext{O}(n^2)$-time solution for directed detour and an $ ext{O}(2^{O(k)} imes n^4 imes ext{log} n)$-time solution for directed long detour, simplifying previous approaches.
Findings
Directed detour solved in $ ext{O}(n^2)$ time.
Directed long detour solved in $2^{O(k)} imes n^4 imes ext{log} n$ time.
Reduction to 2-disjoint paths with exploitable topological structure.
Abstract
In the directed detour problem one is given a digraph and a pair of vertices and~, and the task is to decide whether there is a directed simple path from to in whose length is larger than . The more general parameterized variant, directed long detour, asks for a simple -to- path of length at least , for a given parameter . Surprisingly, it is still unknown whether directed detour is polynomial-time solvable on general digraphs. However, for planar digraphs, Wu and Wang~[Networks, '15] proposed an -time algorithm for directed detour, while Fomin et al.~[STACS 2022] gave a -time fpt algorithm for directed long detour. The algorithm of Wu and Wang relies on a nontrivial analysis of how short detours may look like in a plane embedding, while the…
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.
Taxonomy
TopicsInterconnection Networks and Systems · VLSI and FPGA Design Techniques · Advanced Graph Theory Research
