pith. sign in

arxiv: 1204.2034 · v1 · pith:5DDWFP6Qnew · submitted 2012-04-10 · 💻 cs.CG · cs.DS

Adaptive Techniques to find Optimal Planar Boxes

classification 💻 cs.CG cs.DS
keywords planaroptimalcasedynamiceveryfunctionmonotoneproblem
0
0 comments X
read the original abstract

Given a set $P$ of $n$ planar points, two axes and a real-valued score function $f()$ on subsets of $P$, the Optimal Planar Box problem consists in finding a box (i.e. axis-aligned rectangle) $H$ maximizing $f(H\cap P)$. We consider the case where $f()$ is monotone decomposable, i.e. there exists a composition function $g()$ monotone in its two arguments such that $f(A)=g(f(A_1),f(A_2))$ for every subset $A\subseteq P$ and every partition $\{A_1,A_2\}$ of $A$. In this context we propose a solution for the Optimal Planar Box problem which performs in the worst case $O(n^2\lg n)$ score compositions and coordinate comparisons, and much less on other classes of instances defined by various measures of difficulty. A side result of its own interest is a fully dynamic \textit{MCS Splay tree} data structure supporting insertions and deletions with the \emph{dynamic finger} property, improving upon previous results [Cort\'es et al., J.Alg. 2009].

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Maximum-Weight Two Boxes Symmetric Difference Problem

    cs.CG 2026-05 unverdicted novelty 5.0

    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.