Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 149 Bytes

max_heap.md

File metadata and controls

2 lines (2 loc) · 149 Bytes

二叉堆是一颗完全二叉树。 堆中某个节点的值总是不大于其父节点的值(最大堆),当然,也可以构建最小堆。