Minimize Manhattan Distances

Try to solve the Minimize Manhattan Distances problem.

Statement

You are given an array, points, where each element in points[i] =[xj,yi]= [x_j, y_i] ...