Minimum Area Rectangle

Try to solve the Minimum Area Rectangle problem.

Statement

You are given an array of points, where point[i] =[xi,yi]= [x_i, y_i] ...