📌 이번시간에는 Heap 자료구조에 대해 정리할 것 이다. Heap 이란? 우선순위 큐(Priority Queue)를 구현하기 위한 자료구조. > 우선순위 큐(Priority Queue)란?