해커랭크 - https://www.hackerrank.com/ Prepare > Java > Data Structures > Java Priority Queue HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 컴퓨터 과학에서 우선순위 대기열은 일반 대기열과 비슷하지만 추가로 각 요소에 연결된 "우선순위"가 있는 추상 데이터 유형입니다. 우선순위 대기열에서 우선순위가 높은 요소는 우선순위가 낮은 요소보다 먼저 제공됩니다. -..