heapq 에 _heappop_max 메소드 쓰셔도 될거 같네요
import heapq as hq
hq. _heappop_max()
hq. _heappush_max()
파이썬 알고리즘 문제풀이 입문(코딩테스트 대비)
11. 최대힙
강의실 바로가기