Could you tell me an alternative method to perform modified upheapify when we use the Collection Framework’s inbuilt PriorityQueue?
Instead of the method discussed in the video, where the change is done on the self-implemented heap data structure.
Thank you.