English

(Almost-)Optimal FPT Algorithm and Kernel for $T$-Cycle on Planar Graphs

Data Structures and Algorithms 2025-04-29 v1 Discrete Mathematics

Abstract

Research of cycles through specific vertices is a central topic in graph theory. In this context, we focus on a well-studied computational problem, \textsc{TT-Cycle}: given an undirected nn-vertex graph GG and a set of kk vertices TV(G)T\subseteq V(G) termed \textit{terminals}, the objective is to determine whether GG contains a simple cycle CC through all the terminals. Our contribution is twofold: (i) We provide a 2O(klogk)n2^{O(\sqrt{k}\log k)}\cdot n-time fixed-parameter deterministic algorithm for \textsc{TT-Cycle} on planar graphs; (ii) We provide a kO(1)nk^{O(1)}\cdot n-time deterministic kernelization algorithm for \textsc{TT-Cycle} on planar graphs where the produced instance is of size klogO(1)kk\log^{O(1)}k. Both of our algorithms are optimal in terms of both kk and nn up to (poly)logarithmic factors in kk under the ETH. In fact, our algorithms are the first subexponential-time fixed-parameter algorithm for \textsc{TT-Cycle} on planar graphs, as well as the first polynomial kernel for \textsc{TT-Cycle} on planar graphs. This substantially improves upon/expands the known literature on the parameterized complexity of the problem.

Keywords

Cite

@article{arxiv.2504.19301,
  title  = {(Almost-)Optimal FPT Algorithm and Kernel for $T$-Cycle on Planar Graphs},
  author = {Harmender Gahlawat and Abhishek Rathod and Meirav Zehavi},
  journal= {arXiv preprint arXiv:2504.19301},
  year   = {2025}
}

Comments

A short version pf this article will appear in ICALP 2025

R2 v1 2026-06-28T23:12:59.852Z