codervinod/KnearestPoint2D
Find the K closest points to the origin in 2D plane, given an array containing N points. You can assume K is much smaller than N and N is very large.
C++
No issues in this repository yet.
Find the K closest points to the origin in 2D plane, given an array containing N points. You can assume K is much smaller than N and N is very large.
C++
No issues in this repository yet.