research

Dynamic point location in general subdivisions

Abstract

The {\em dynamic planar point location problem} is the task of maintaining a dynamic set SS of nn non-intersecting, except possibly at endpoints, line segments in the plane under the following operations: \begin{itemize} \item Locate(qq: point): Report the segment immediately above qq, i.e., the first segment intersected by an upward vertical ray starting at qq; \item Insert(ss: segment): Add segment ss to the collection SS of segments; \item Delete(ss: segment): Remove segment ss from the collection SS of segments. \end{itemize} We present a solution which requires space O(n)O(n), has query and insertion time and deletion time. A query time was previously only known for monotone subdivisions and horizontal segments and required non-linear space

    Similar works