English

Computing the Minimum Bottleneck Moving Spanning Tree

Computational Geometry 2022-06-28 v1 Data Structures and Algorithms

Abstract

Given a set PP of nn points that are moving in the plane, we consider the problem of computing a spanning tree for these moving points that does not change its combinatorial structure during the point movement. The objective is to minimize the bottleneck weight of the spanning tree (i.e., the largest Euclidean length of all edges) during the whole movement. The problem was solved in O(n2)O(n^2) time previously [Akitaya, Biniaz, Bose, De Carufel, Maheshwari, Silveira, and Smid, WADS 2021]. In this paper, we present a new algorithm of O(n4/3log3n)O(n^{4/3} \log^3 n) time.

Keywords

Cite

@article{arxiv.2206.12500,
  title  = {Computing the Minimum Bottleneck Moving Spanning Tree},
  author = {Haitao Wang and Yiming Zhao},
  journal= {arXiv preprint arXiv:2206.12500},
  year   = {2022}
}

Comments

A preliminary version to appear in MFCS 2022