Parameterized Algorithm for the Disjoint Path Problem on Planar Graphs: Exponential in $k^2$ and Linear in $n$
Kyungjin Cho, Eunjin Oh, Seunghyeok Oh

TL;DR
This paper introduces a new parameterized algorithm for the Planar Disjoint Paths problem that runs in exponential time in $k^2$ but linear in the number of vertices, improving upon previous algorithms.
Contribution
The paper presents a more efficient fixed-parameter algorithm for the Planar Disjoint Paths problem with a runtime of $2^{O(k^2)}n$, surpassing earlier methods.
Findings
Achieved a $2^{O(k^2)}n$-time algorithm for the problem.
Improved the computational complexity over previous algorithms.
Demonstrated the algorithm's efficiency for large planar graphs.
Abstract
In this paper, we study the \textsf{Planar Disjoint Paths} problem: Given an undirected planar graph with vertices and a set of pairs of vertices, the goal is to find a set of pairwise vertex-disjoint paths connecting and for all indices . We present a -time algorithm for the \textsf{Planar Disjoint Paths} problem. This improves the two previously best-known algorithms: -time algorithm [Discrete Applied Mathematics 1995] and -time algorithm [STOC 2020].
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
