3380. Maximum Area Rectangle With Point Constraints I
You are given an array points where points[i] = [xi, yi] represents the coordinates of a point on an infinite plane. Your task is to find the maximum area of a rectangle that: - Can be formed using four of these points as its corners. - Does not contain any other point inside or on its border. - Has its edges parallel to the axes. Return the maximum area that you can obtain or -1 if no such r
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start