English

Dynamic parameterized problems on unit disk graphs

Data Structures and Algorithms 2024-09-23 v1 Computational Geometry

Abstract

In this paper, we study fundamental parameterized problems such as kk-Path/Cycle, Vertex Cover, Triangle Hitting Set, Feedback Vertex Set, and Cycle Packing for dynamic unit disk graphs. Given a vertex set VV changing dynamically under vertex insertions and deletions, our goal is to maintain data structures so that the aforementioned parameterized problems on the unit disk graph induced by VV can be solved efficiently. Although dynamic parameterized problems on general graphs have been studied extensively, no previous work focuses on unit disk graphs. In this paper, we present the first data structures for fundamental parameterized problems on dynamic unit disk graphs. More specifically, our data structure supports 2O(k)2^{O(\sqrt{k})} update time and O(k)O(k) query time for kk-Path/Cycle. For the other problems, our data structures support O(logn)O(\log n) update time and 2O(k)2^{O(\sqrt{k})} query time, where kk denotes the output size.

Keywords

Cite

@article{arxiv.2409.13403,
  title  = {Dynamic parameterized problems on unit disk graphs},
  author = {Shinwoo An and Kyungjin Cho and Leo Jang and Byeonghyeon Jung and Yudam Lee and Eunjin Oh and Donghun Shin and Hyeonjun Shin and Chanho Song},
  journal= {arXiv preprint arXiv:2409.13403},
  year   = {2024}
}

Comments

To appear in ISAAC 2024