摘要: Given an array A of positive lengths, return the largest perimeter of a triangle with non zero area, formed from 3 of these lengths. If it is impossib 阅读全文
posted @ 2019-08-05 15:46 xuyy_isee 阅读(154) 评论(0) 推荐(0) 编辑
摘要: You have a list of points in the plane. Return the area of the largest triangle that can be formed by any 3 of the points. Example: Input: points = [[ 阅读全文
posted @ 2019-08-05 14:40 xuyy_isee 阅读(156) 评论(0) 推荐(0) 编辑