Jump to content

Largest empty rectangle

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Twri (talk | contribs) at 17:38, 18 June 2009 (Created page with '{{under construction}} In computational geometry, the '''largest empty rectangle, LER,'''<ref>[http://scholar.google.com/scholar?hl=en&lr=&q=%22largest+empty+re...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computational geometry, the largest empty rectangle, LER,[1] maximal empty rectangle, MER,[2] or maximum empty rectangle[3] problem is the problem of finding a rectangle of maximal size to be placed among obstacles in the plane. There are a number of variants of the problem, depending on the particularities of this generic formulation, in particular, depending on the measure of the "size", domain (type of obstacles), and the orientation of the rectangle.

In terms of size measure, the two most common cases are the largest-area empty rectangle and largest-perimeter empty rectangle.[4]

Another major classification is whether the rectangle is sought among axis-oriented or arbitrarily oriented rectangles.

Special cases

Minimum-area square

The case when the sought rectangle is an axis-oriented square may be treated using Voronoi diagrams in metrics for the corresponding obstacle set. In particular, for the case of points within rectangle an optimal algorithm of time complexity is known. [5]

Domain: rectangle containing points

A problem first discused by Naamad, Lee and Hsu in 1983[6] is stated as follows: given a rectangle A containing n points, find a largest-area rectangle with sides parallel to those of A which lies within A and does not contain any of the given points. Naamad, Lee and Hsu presented an algorithm of time complexity , where s is the number of feasible solutions, i.e., empty rectangles all four sides of which either contain an obstacle point or lie on a side of A. They also proved that and gave an example in which s is quadratic in n. Afterwards a umber of papers presented better algorithms for the problem.

Domain: Polygon

References

  1. ^ "largest empty rectangle" term usage
  2. ^ "maximal empty rectangle" term usage
  3. ^ "maximum empty rectangle" term usage
  4. ^ Alok Aggearwal, Subhash Suri, "Fast algorithms for computing the largest empty rectangle", Proc. 3rd Annu. Symposium on Computational Geometry, 1987, 278 - 290, doi:10.1145/41958.41988
  5. ^ B. Chazelle, R. L. Drysdale III and D. T. Lee, "Computing the largest empty rectangle", STACS-1984, Lecture Notes in Computer Science, vol. 166, 1984, pp. 43-54, doi:10.1007/3-540-12920-0_4
  6. ^ A. Naamad, D. T. Lee and W.-L. Hsu "On the Maximum Empty Rectangle Problem", Discrete Applied Mathematics 1984, pp. 267-277