English

Efficient Range Reporting of Convex Hull

Computational Geometry 2013-07-24 v2

Abstract

We consider the problem of reporting convex hull points in an orthogonal range query in two dimensions. Formally, let PP be a set of nn points in R2\mathbb{R}^{2}. A point lies on the convex hull of a point set SS if it lies on the boundary of the minimum convex polygon formed by SS. In this paper, we are interested in finding the points that lie on the boundary of the convex hull of the points in PP that also fall with in an orthogonal range[xlt,xrt]×[yb,yt][x_{lt},x_{rt}]\times{}[y_b, y_t]. We propose a O(nlog2n)O(n \log^{2} n) space data structure that can support reporting points on a convex hull inside an orthogonal range query, in time O(log3n+h)O(\log^{3} n + h). Here hh is the size of the output. This work improves the result of (Brass et al. 2013) \cite{brass} that builds a data structure that uses O(nlog2n)O(n \log^{2} n) space and has a O(log5n+h)O(\log^{5} n + h) query time. Additionally, we show that our data structure can be modified slightly to solve other related problems. For instance, for counting the number of points on the convex hull in an orthogonal query rectangle, we propose an O(nlog2n)O(n \log^{2}n) space data structure that can be queried upon in O(log3n)O(\log^{3} n) time. We also propose a O(nlog2n)O(n \log^{2} n) space data structure that can compute the areaarea and perimeterperimeter of the convex hull inside an orthogonal range query in O(log3nO(\log^{3} n) time.

Keywords

Cite

@article{arxiv.1307.5612,
  title  = {Efficient Range Reporting of Convex Hull},
  author = {Jatin Agarwal and Nadeem Moidu and Kishore Kothapalli and Kannan Srinathan},
  journal= {arXiv preprint arXiv:1307.5612},
  year   = {2013}
}

Comments

This work was previously submitted to IWOCA 2013 and was rejected. The work with better results will appear in proceedings of CCCG 2013

R2 v1 2026-06-22T00:55:12.765Z