LeetCode: 1637 Widest Vetical Area Between Two Points Containing No Points 解題紀錄
Last Updated on 2023-12-21 by Clay
題目
Given n
points
on a 2D plane where points[i] = [xi, yi]
, Return the widest vertical area between two points such that no points are inside the area.