The document summarizes a computational geometry problem of finding the largest area axis-parallel rectangle contained within a polygon. The speaker presents an algorithm to solve this problem in O(n log2 n) time. This is achieved by characterizing the possible contacts between the rectangle and polygon, developing a general framework based on rectangular visibility and matrix monotonicity, and using divide-and-conquer. Lower bounds are also established to show the problem requires Ω(n log n) time.