Minimum Area Rectangle

Try to solve the Minimum Area Rectangle problem.

We'll cover the following...

Statement

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