English

Adaptive Techniques to find Optimal Planar Boxes

Computational Geometry 2012-04-11 v1 Data Structures and Algorithms

Abstract

Given a set PP of nn planar points, two axes and a real-valued score function f()f() on subsets of PP, the Optimal Planar Box problem consists in finding a box (i.e. axis-aligned rectangle) HH maximizing f(HP)f(H\cap P). We consider the case where f()f() is monotone decomposable, i.e. there exists a composition function g()g() monotone in its two arguments such that f(A)=g(f(A1),f(A2))f(A)=g(f(A_1),f(A_2)) for every subset APA\subseteq P and every partition {A1,A2}\{A_1,A_2\} of AA. In this context we propose a solution for the Optimal Planar Box problem which performs in the worst case O(n2lgn)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].

Keywords

Cite

@article{arxiv.1204.2034,
  title  = {Adaptive Techniques to find Optimal Planar Boxes},
  author = {J. Barbay and G. Navarro and P. Pérez-Lantero},
  journal= {arXiv preprint arXiv:1204.2034},
  year   = {2012}
}

Comments

18 pages, 4 figures

R2 v1 2026-06-21T20:47:01.312Z