Hello!
Can someone please give me some advice where to begin this program from and how. Thanks in advance.
Given set of points in the plane, you have to write a program in C++ that computes the following values:
1. The minimum distance between two points.
2. The maximum distance between two points.
3. The largest area of a triangle which has vertices at given points.
4. The area of a convex hull of the set of points.