摘要:
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 阅读全文
摘要:
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 = [[ 阅读全文