ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1006.1921
68
6

Cloning Voronoi Diagrams via Retroactive Data Structures

9 June 2010
M. Dickerson
D. Eppstein
M. Goodrich
ArXivPDFHTML
Abstract

We address the problem of replicating a Voronoi diagram V(S)V(S)V(S) of a planar point set SSS by making proximity queries, which are of three possible (in decreasing order of information content): 1. the exact location of the nearest site(s) in SSS; 2. the distance to and label(s) of the nearest site(s) in SSS; 3. a unique label for every nearest site in SSS. We provide algorithms showing how queries of Type 1 and Type 2 allow an exact cloning of V(S)V(S)V(S) with O(n)O(n)O(n) queries and O(nlog⁡2n)O(n \log^2 n)O(nlog2n) processing time. We also prove that queries of Type 3 can never exactly clone V(S)V(S)V(S), but we show that with O(nlog⁡1ϵ)O(n \log\frac{1}{\epsilon})O(nlogϵ1​) queries we can construct an ϵ\epsilonϵ-approximate cloning of V(S)V(S)V(S). In addition to showing the limits of nearest-neighbor database security, our methods also provide one of the first natural algorithmic applications of retroactive data structures.

View on arXiv
Comments on this paper