🖥️ CS/Data Structure & Algorithm

우선순위 큐 (Heap, Priority Queue)와 시간복잡도

한국의 메타몽 2021. 10. 7. 14:07

링크 : https://hongjw1938.tistory.com/22

 

자료구조 - 우선순위 큐(Heap, Priority Queue)

1. 우선순위 큐(Priority Queue)란? 이 자료구조는 우선순위 큐라는 말에서 볼 수 있다시피 우선순위가 높은 것을 먼저 꺼내기 위하여 만들어진 자료구조이며, 힙(Heap)이라고도 부른다. 예를 들어서,

hongjw1938.tistory.com

 

'🖥️ CS > Data Structure & Algorithm' 카테고리의 다른 글

트라이 (Trie)  (0) 2024.05.11
map과 unordered_map, 그리고 map과 value 정렬  (0) 2021.10.13
그래프와 행렬  (0) 2021.04.11
LCA(Lowest Common Ancestor) 알고리즘  (0) 2021.01.24
map  (0) 2020.10.15