seongry / seongry.github.io

1 stars 0 forks source link

2021/04-24-heap-01/ #1

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

[자료구조] Heap 01 | 코알 데브 로그

힙(Heap) 이란? 데이터에서 최대값과 최소값을 빠르게 찾기 위해 고안된 완전 이진 트리(Complete Binary Tree) (완전 이진 트리: 노트를 삽입할때 최하단 왼쪽 노드부터 차례대로 삽입하는 트리) 힙을 사용하는 이유 배열에 데이터를 넣고, 최대값과 최소값을 찾으려면 O…

https://seongry.github.io/2021/04-24-heap-01/

seongry commented 3 years ago

utterances 테스트~