1 return n closest points on a plane
这个题目是什么意思?
同样类似的
Find the nearest K point given a set of N point.
2 find the largest subsequence given an array that yields the largest sum
Find maximum sum subset in an array with negative integers
这两题,一个是subsequence一个是subset,如果不是连续的,难道不是所有的正数加
起来就行了么?
同理这样的两题
largest subsequence of the given array that yields the largest PRODUCT
Maximum product subset with negative and positive integers
c*******y 发帖数: 98
2
1 画个最小的圈圈,圈住k个点
【在 q****m 的大作中提到】 : 1 return n closest points on a plane : 这个题目是什么意思? : 同样类似的 : Find the nearest K point given a set of N point. : 2 find the largest subsequence given an array that yields the largest sum : Find maximum sum subset in an array with negative integers : 这两题,一个是subsequence一个是subset,如果不是连续的,难道不是所有的正数加 : 起来就行了么? : 同理这样的两题 : largest subsequence of the given array that yields the largest PRODUCT