English

Finding the Maximal Empty Rectangle Containing a Query Point

Computational Geometry 2011-06-21 v1 Data Structures and Algorithms

Abstract

Let PP be a set of nn points in an axis-parallel rectangle BB in the plane. We present an O(nα(n)log4n)O(n\alpha(n)\log^4 n)-time algorithm to preprocess PP into a data structure of size O(nα(n)log3n)O(n\alpha(n)\log^3 n), such that, given a query point qq, we can find, in O(log4n)O(\log^4 n) time, the largest-area axis-parallel rectangle that is contained in BB, contains qq, and its interior contains no point of PP. This is a significant improvement over the previous solution of Augustine {\em et al.} \cite{qmex}, which uses slightly superquadratic preprocessing and storage.

Keywords

Cite

@article{arxiv.1106.3628,
  title  = {Finding the Maximal Empty Rectangle Containing a Query Point},
  author = {Haim Kaplan and Micha Sharir},
  journal= {arXiv preprint arXiv:1106.3628},
  year   = {2011}
}
R2 v1 2026-06-21T18:24:18.988Z