STL(Standard Library)
최대 힙 최소 힙
BE_개발자
2023. 12. 31. 17:30
728x90
반응형
https://leeminju531.tistory.com/20
(C++ STL) priority_queue, make_heap 제대로 이해하기(1)
http://www.cplusplus.com/reference/algorithm/make_heap/ make_heap - C++ Reference custom (2)template void make_heap (RandomAccessIterator first, RandomAccessIterator last, Compare comp ); www.cplusplus.com 해당 글은 우선순위 큐를 이해하고 mak
leeminju531.tistory.com
https://jasonyoo.tistory.com/55
우선순위 큐와 힙 개념 및 C++ STL
개념 출처 : chanhuiseok.github.io/posts/ds-4/ STL 출처 : chanhuiseok.github.io/posts/algo-54/ * 우선순위 큐 - 우선순위가 높은 순서대로 pop하는 큐 - 우선순위 큐는 배열이나 연결리스트로 구현하는 것보다 힙으
jasonyoo.tistory.com
728x90
반응형