The minimum perimeter convex hull of a subset of a point set
问题 Given n points on the plane. No 3 are collinear. Given the number k. Find the subset of k points, such that the convex hull of the k points has minimum perimeter out of any convex hull of a subset of k points. I can think of a naive method runs in O(n^k k log k). (Find the convex hull of every subset of size k and output the minimum). I think this is a NP problem, but I can't find anything suitable for reduction to. Anyone have ideas on this problem? An example, the set of n=4 points {(0,0),