English

Improved Time-Space Trade-offs for Computing Voronoi Diagrams

Computational Geometry 2018-10-02 v3

Abstract

Let PP be a planar set of nn sites in general position. For k{1,,n1}k\in\{1,\dots,n-1\}, the Voronoi diagram of order kk for PP is obtained by subdividing the plane into cells such that points in the same cell have the same set of nearest kk neighbors in PP. The (nearest site) Voronoi diagram (NVD) and the farthest site Voronoi diagram (FVD) are the particular cases of k=1k=1 and k=n1k=n-1, respectively. For any given K{1,,n1}K\in\{1,\dots,n-1\}, the family of all higher-order Voronoi diagrams of order k=1,,Kk=1,\dots,K for PP can be computed in total time O(nK2+nlogn)O(nK^2+ n\log n) using O(K2(nK))O(K^2(n-K)) space [Aggarwal et al., DCG'89; Lee, TC'82]. Moreover, NVD and FVD for PP can be computed in O(nlogn)O(n\log n) time using O(n)O(n) space [Preparata, Shamos, Springer'85]. For s{1,,n}s\in\{1,\dots,n\}, an ss-workspace algorithm has random access to a read-only array with the sites of PP in arbitrary order. Additionally, the algorithm may use O(s)O(s) words, of Θ(logn)\Theta(\log n) bits each, for reading and writing intermediate data. The output can be written only once and cannot be accessed or modified afterwards. We describe a deterministic ss-workspace algorithm for computing NVD and FVD for PP that runs in O((n2/s)logs)O((n^2/s)\log s) time. Moreover, we generalize our ss-workspace algorithm so that for any given KO(s)K\in O(\sqrt{s}), we compute the family of all higher-order Voronoi diagrams of order k=1,,Kk=1,\dots,K for PP in total expected time O(n2K5s(logs+K2O(logK)))O (\frac{n^2 K^5}{s}(\log s+K2^{O(\log^* K)})) or in total deterministic time O(n2K5s(logs+KlogK))O(\frac{n^2 K^5}{s}(\log s+K\log K)). Previously, for Voronoi diagrams, the only known ss-workspace algorithm runs in expected time O((n2/s)logs+nlogslogs)O\bigl((n^2/s)\log s+n\log s\log^* s) [Korman et al., WADS'15] and only works for NVD (i.e., k=1k=1). Unlike the previous algorithm, our new method is very simple and does not rely on advanced data structures or random sampling techniques.

Keywords

Cite

@article{arxiv.1708.00814,
  title  = {Improved Time-Space Trade-offs for Computing Voronoi Diagrams},
  author = {Bahareh Banyassady and Matias Korman and Wolfgang Mulzer and André van Renssen and Marcel Roeloffzen and Paul Seiferth and Yannik Stein},
  journal= {arXiv preprint arXiv:1708.00814},
  year   = {2018}
}

Comments

22 pages, 8 figures; a preliminary version appeared in STACS 2017

R2 v1 2026-06-22T21:04:52.265Z