Largest Empty Rectangle among a Point Set

  • Authors:
  • Jeet Chaudhuri;Subhas C. Nandy

  • Affiliations:
  • -;-

  • Venue:
  • Proceedings of the 19th Conference on Foundations of Software Technology and Theoretical Computer Science
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper generalizes the classical MER problem in 2D. Given a set P of n points, here a maximal empty rectangle (MER) is defined as a rectangle of arbitrary orientation such that each of its four sides coincides with at least one member of P and the interior of the rectangle is empty. We propose a simple algorithm based on standard data structure to locate largest area MER on the floor. The time and space complexities of our algorithm are O(n3) and O(n2) respectively.