Bug Report for https://neetcode.io/problems/k-closest-points-to-origin Time complexity is wrong for solution 2 (min-heap), C++. All points must be visited, so time complexity which may be less than O(N) is impossible.