English

ETH-Tight Algorithm for Cycle Packing on Unit Disk Graphs

Data Structures and Algorithms 2024-03-19 v1 Computational Geometry

Abstract

In this paper, we consider the Cycle Packing problem on unit disk graphs defined as follows. Given a unit disk graph G with n vertices and an integer k, the goal is to find a set of kk vertex-disjoint cycles of G if it exists. Our algorithm runs in time 2O(k)nO(1)2^{O(\sqrt k)}n^{O(1)}. This improves the 2O(klogk)nO(1)2^{O(\sqrt k\log k)}n^{O(1)}-time algorithm by Fomin et al. [SODA 2012, ICALP 2017]. Moreover, our algorithm is optimal assuming the exponential-time hypothesis.

Keywords

Cite

@article{arxiv.2403.11426,
  title  = {ETH-Tight Algorithm for Cycle Packing on Unit Disk Graphs},
  author = {Shinwoo An and Eunjin Oh},
  journal= {arXiv preprint arXiv:2403.11426},
  year   = {2024}
}

Comments

In SoCG'24