Chapter 6: Q12E (page 193)
You are given a convex polygon P on n vertices in the plane (specified by their x and y coordinates). A triangulation of P is a collection of diagonals of such that no two diagonals intersect (except possibly at their endpoints). Notice that a triangulation splits the polygon’s interior into disjoint triangles. The cost of a triangulation is the sum of the lengths of the diagonals in it. Give an efficient algorithm for finding a triangulation of minimum cost. (Hint: Label the vertices of P by 1,....,n, starting from an arbitrary vertex and walking clockwise. For , let the subproblem denote the minimum cost triangulation of the polygon spanned by vertices .).
Short Answer
Convex Polygon: A convex polygon is a close figure whose each interior angle is less than This means that no diagonal can be made which passes outside the boundary of polygon.