I am trying to create this data structure using Priority queue where Node class is custom having 3 variables int x, int y and int value. I have already created comparator fo