Search⌘ K
AI Features

Maximum Area Rectangle With Point Constraints I

Understand how to find the maximum area rectangle formed by four points on a plane with borders parallel to axes and no points inside or on the border. This lesson guides you through analyzing point constraints and applying geometric reasoning to solve this classic coding interview problem efficiently.

Statement

You are given an array of points, where points[i] have two values: ...