Finding the Maximal Empty Rectangle Containing a Query Point

Abstract

Let P be a set of n points in an axis-parallel rectangle B in the plane. We present an O(nα(n)4 n)-time algorithm to preprocess P into a data structure of size O(nα(n)3 n), such that, given a query point q, we can find, in O(4 n) time, the largest-area axis-parallel rectangle that is contained in B, contains q, and its interior contains no point of P. This is a significant improvement over the previous solution of Augustine et al. qmex, which uses slightly superquadratic preprocessing and storage.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…