#priority-queue
Read more stories on Hashnode
Articles with this tag
[Problem Link] https://leetcode.com/problems/k-closest-points-to-origin/ ยท class Pair implements Comparable<Pair>{ long dist; int i; ...