Smallest quadrilateral containing a set of points
I am not sure how to find the least area/ least perimeter triangles that contain a set of points on the plane. The guess for both would be that the triangle has an edge coincident with at least one side of the convex hull of points so a plane sweep kind of approach would work.
An apparently more difficult question: How does one find the least area quadrilateral containing a set of points? The quadrilateral is allowed to be non-convex. If the quad is required to be convex, we might be able to manage with a plane sweep type of algo.
An apparently more difficult question: How does one find the least area quadrilateral containing a set of points? The quadrilateral is allowed to be non-convex. If the quad is required to be convex, we might be able to manage with a plane sweep type of algo.