K Closest Points to Origin using Custom Sorting Algorithm in C++/Java June 2, 2020 algorithms, c / c++, java, sorting No Comments We have a list of points on the plane. Find the K closest points to the origin (0, 0). (Here, the distance between two points on a plane is … [Continue Reading...]