K Closest Points to Origin

Try to solve the K Closest Points to Origin problem.

Statement

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