Recent python update v3.14 adds native max heap operations:
This will help problem solver use max heap directly.As of today we use min heap with negation to emulate max heap.