leetcode 836. 矩形重叠

近期一直在用python刷leetcode的题,代码都提交到了github上了:https://github.com/Teingi/testhtml 矩形以列表 [x1, y1, x2, y2] 的形式表示,其中 (x1, y1) 为左下角的坐标,(x2, y2) 是右上角的坐标。python 若是相交的面积为正,则称两矩形重叠。须要明确的是,只在角或边接触的两个矩形不构成重叠。git 给出两个矩
相关文章
相关标签/搜索