Presents an O(n^4 log n) time and O(n) space algorithm for maximizing the weight of points in the symmetric difference of two axis-aligned rectangles over n weighted points in the plane.
Maximum-width Axis-Parallel Empty Rectangular Annulus
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Given a set $P$ of $n$ points on $\mathbb R^{2}$, we address the problem of computing an axis-parallel empty rectangular annulus $A$ of maximum-width such that no point of $P$ lies inside $A$ but all points of $P$ must lie inside, outside and on the boundaries of two parallel rectangles forming the annulus $A$. We propose an $O(n^3)$ time and $O(n)$ space algorithm to solve the problem. In a particular case when the inner rectangle of an axis-parallel empty rectangular annulus reduces to an input point we can solve the problem in $O(n \log n)$ time and $O(n)$ space.
fields
cs.CG 1years
2026 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
Maximum-Weight Two Boxes Symmetric Difference Problem
Presents an O(n^4 log n) time and O(n) space algorithm for maximizing the weight of points in the symmetric difference of two axis-aligned rectangles over n weighted points in the plane.