Unions of onions: preprocessing imprecise points for fast onion layer decomposition

  • Authors:
  • Maarten Löffler;Wolfgang Mulzer

  • Affiliations:
  • Department of Information and Computing Sciences, Universiteit Utrecht, The Netherlands;Institut für Informatik, Freie Universität Berlin, Germany

  • Venue:
  • WADS'13 Proceedings of the 13th international conference on Algorithms and Data Structures
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let $\mathcal{D}$ be a set of n pairwise disjoint unit disks in the plane. We describe how to build a data structure for $\mathcal{D}$ so that for any point set P containing exactly one point from each disk, we can quickly find the onion decomposition (convex layers) of P. Our data structure can be built in O(n logn) time and has linear size. Given P, we can find its onion decomposition in O(n logk) time, where k is the number of layers. We also provide a matching lower bound. Our solution is based on a recursive space decomposition, combined with a fast algorithm to compute the union of two disjoint onion decompositions.