Rectilinear Convex Hull with minimum area
Carlos Alegr\'ia-Galicia, Tzolkin Gardu\~no, Carlos Seara, Areli, Rosas-Navarrete, Jorge Urrutia

TL;DR
This paper presents an improved algorithm for computing the orientation of a plane that minimizes the area of the rectilinear convex hull of a given set of points, reducing the time complexity from quadratic to near-linear.
Contribution
The authors develop a new algorithm that computes the minimum-area rectilinear convex hull orientation in Θ(n log n) time, improving upon previous quadratic-time solutions.
Findings
Algorithm achieves Θ(n log n) time complexity.
Successfully computes orientation for minimum-area rectilinear convex hull.
Improves efficiency over previous quadratic algorithms.
Abstract
Let be a planar set of points in general position. We consider the problem of computing an orientation of the plane for which the Rectilinear Convex Hull of has minimum area. Bae et al. (Computational Geometry: Theory and Applications, Vol. 42, 2009) solved the problem in quadratic time and linear space. We describe an algorithm that reduces this time complexity to .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
