There was an error while loading. Please reload this page.
二叉堆是一颗完全二叉树。 堆中某个节点的值总是不大于其父节点的值(最大堆),当然,也可以构建最小堆。