Search
Close this search box.

Largest Empty Rectangle

Largest Empty Rectangle

The Largest Empty Rectangle problem is defined as the following: Given a rectangle and points inside it, compute the largest axis parallel subrectangle that lies within the rectangle and contains no points in its interior.Although the paper on which we base the implementation does not deal with degeneracies (two or more points which have the same \(x\) or \(y\) coordinates), we made some modification to handle them.

An implementation of the algorithm to compute the largest empty rectangle has been added to the CGAL distribution.

Links

Contacts

Eli Packer
@article{o-alerp-90,
  author = {M. Orlowski},
  title = {A new algorithm for the largest empty rectangle problem},
  journal = {Algorithmica},
  volume = {5},
  pages = {65--73},
  year = {1990},
  doi = {10.1007/BF01840377}
}

Yair Oz - Webcreator

Contact

Skip to content