[PYTHON/COMMON] heapify/heappop 함수 : 리스트 힙 정렬하기

■ heapify/heappop 함수를 사용해 리스트를 힙 정렬하는 방법을 보여준다.

예제 코드 (PY)

Advertisements