In the Directed Detour problem one is given a digraph G and a pair of vertices s and t, and the task is to decide whether there is a directed simple path from s to t in G whose length is larger than dist G (s, t). The more general parameterized variant, Directed Long Detour, asks for a simple s-to-t path of length at least dist G (s, t) + k, for a given parameter k. 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 O(n 3 )-time algorithm for Directed Detour, while Fomin et al. [STACS 2022] gave a 2 O(k) •n O(1) -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 algorithm of Fomin et al. is based on a reduction to the 3-Disjoint Paths problem on planar digraphs. This latter problem is solvable in polynomial time using the algebraic machinery of Schrijver [SIAM J. Comp., '94], but the degree of the obtained polynomial factor is huge.In this paper we propose two simple algorithms: we show how to solve, in planar digraphs, Directed Detour in time O(n 2 ) and Directed Long Detour in time 2 O(k) • n 4 log n. In both cases, the idea is to reduce to the 2-Disjoint Paths problem in a planar digraph, and to observe that the obtained instances of this problem have a certain topological structure that makes them amenable to a direct greedy strategy.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.