English

Parameterized Algorithm for the Disjoint Path Problem on Planar Graphs: Exponential in $k^2$ and Linear in $n$

Data Structures and Algorithms 2022-11-09 v2

Abstract

In this paper, we study the \textsf{Planar Disjoint Paths} problem: Given an undirected planar graph GG with nn vertices and a set TT of kk pairs (si,ti)i=1k(s_i,t_i)_{i=1}^k of vertices, the goal is to find a set P\mathcal P of kk pairwise vertex-disjoint paths connecting sis_i and tit_i for all indices i{1,,k}i\in\{1,\ldots,k\}. We present a 2O(k2)n2^{O(k^2)}n-time algorithm for the \textsf{Planar Disjoint Paths} problem. This improves the two previously best-known algorithms: 22O(k)n2^{2^{O(k)}}n-time algorithm [Discrete Applied Mathematics 1995] and 2O(k2)n62^{O(k^2)}n^6-time algorithm [STOC 2020].

Keywords

Cite

@article{arxiv.2211.03341,
  title  = {Parameterized Algorithm for the Disjoint Path Problem on Planar Graphs: Exponential in $k^2$ and Linear in $n$},
  author = {Kyungjin Cho and Eunjin Oh and Seunghyeok Oh},
  journal= {arXiv preprint arXiv:2211.03341},
  year   = {2022}
}

Comments

SODA 2023

R2 v1 2026-06-28T05:18:15.351Z