Improved Time-Space Trade-offs for Computing Voronoi Diagrams

08/02/2017
by   Bahareh Banyassady, et al.
0

Let P be a planar set of n sites in general position. For k∈{1,...,n-1}, the Voronoi diagram of order k for P is obtained by subdividing the plane into cells such that points in the same cell have the same set of nearest k neighbors in P. The nearest site Voronoi diagram (NVD) and the farthest site Voronoi diagram (FVD) are the particular cases of k=1 and k=n-1, respectively. For any given K∈{1,...,n-1}, the family of all higher-order Voronoi diagrams of order k = 1, ..., K for P can be computed in total time O(nK^2+ n n) using O(K^2(n-K)) space [Aggarwal et al., DCG'89; Lee, TC'82]. Moreover, NVD(P) and FVD(P) can be computed in O(n n) time using O(n) space [Preparata, Shamos, Springer'85]. For s∈{1,...,n}, an s-workspace algorithm has random access to a read-only array with the sites of P in arbitrary order. Additionally, the algorithm may use O(s) words, of Θ( 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 s-workspace algorithm for computing NVD(P) and FVD(P) that runs in O((n^2/s) s) time. Moreover, we generalize our s-workspace algorithm so that for any given K∈{1,...,O(√(s))}, we can compute the family of all higher-order Voronoi diagrams of order k = 1, ..., K for P in total time O(n^2 K^5/s( s+K K)). Previously, for Voronoi diagrams, the only known s-workspace algorithm runs in expected time O((n^2/s) s + n s ^*s) [Korman et al., WADS'15] and only works for NVD(P) (i.e., k=1). Unlike the previous algorithm, our new method is very simple and does not rely on advanced data structures or random sampling techniques.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/17/2018

The Geodesic Farthest-point Voronoi Diagram in a Simple Polygon

Given a set of point sites in a simple polygon, the geodesic farthest-po...
research
01/08/2018

Voronoi Diagrams for a Moderate-Sized Point-Set in a Simple Polygon

Given a set of sites in a simple polygon, a geodesic Voronoi diagram of ...
research
07/03/2020

Sublinear Explicit Incremental Planar Voronoi Diagrams

A data structure is presented that explicitly maintains the graph of a V...
research
01/14/2022

A simple and fast algorithm for computing discrete Voronoi, Johnson-Mehl or Laguerre diagrams of points

This article presents an algorithm to compute digital images of Voronoi,...
research
09/27/2021

The edge labeling of higher order Voronoi diagrams

We present an edge labeling of order-k Voronoi diagrams, V_k(S), of poin...
research
12/18/2017

Time-Space Trade-Offs for Computing Euclidean Minimum Spanning Trees

In the limited-workspace model, we assume that the input of size n lies ...
research
03/14/2018

Deletion in abstract Voronoi diagrams in expected linear time

Updating an abstract Voronoi diagram in linear time, after deletion of o...

Please sign up or login with your details

Forgot password? Click here to reset