129 research outputs found
Unions of Onions: Preprocessing Imprecise Points for Fast Onion Decomposition
Let be a set of pairwise disjoint unit disks in the plane.
We describe how to build a data structure for so that for any
point set containing exactly one point from each disk, we can quickly find
the onion decomposition (convex layers) of .
Our data structure can be built in time and has linear size.
Given , we can find its onion decomposition in time, where
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 onionComment: 10 pages, 5 figures; a preliminary version appeared at WADS 201
Minimum Cuts in Geometric Intersection Graphs
Let be a set of disks in the plane. The disk graph
for is the undirected graph with vertex set
in which two disks are joined by an edge if and only if they
intersect. The directed transmission graph for
is the directed graph with vertex set in which
there is an edge from a disk to a disk if and only if contains the center of .
Given and two non-intersecting disks , we
show that a minimum - vertex cut in or in
can be found in
expected time. To obtain our result, we combine an algorithm for the maximum
flow problem in general graphs with dynamic geometric data structures to
manipulate the disks.
As an application, we consider the barrier resilience problem in a
rectangular domain. In this problem, we have a vertical strip bounded by
two vertical lines, and , and a collection of
disks. Let be a point in above all disks of , and let
a point in below all disks of . The task is to find a curve
from to that lies in and that intersects as few disks of
as possible. Using our improved algorithm for minimum cuts in
disk graphs, we can solve the barrier resilience problem in
expected time.Comment: 11 pages, 4 figure
- …