Convex Polygon

Try to solve the Convex Polygon problem.

Statement

You are given an array of points on the XY plane, where each point is represented as points[i] = [xi, yi][x_i, \space y_i] ...