https://leetcode.com/problems/network-delay-time/description/
PriorityQueue<int[]> pq = new PriorityQueue<>(Comparator.comparingInt(a -> a[0]));