Search⌘ K
AI Features

Maximum Area Rectangle With Point Constraints I

Explore how to identify the maximum area rectangle formed by four points on a plane with borders parallel to axes. Understand constraints requiring no other points inside or on edges, and develop a method to compute the solution effectively. This lesson enhances your skills in applying geometric reasoning to coding problems.

Statement

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