You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be a heap using an optional comparator function (max heap by default). PriorityQueue already uses a heap internally so we could extend that and create a dedicated implementation, potentially replacing PriorityQueue entirely.