摘要: heap并不属于STL容器组件,它分为 max heap 和min heap,在缺省情况下,max-heap是优先队列(priority queue)的底层实现机制。 而这个实现机制中的max-heap实际上是以一个vector表现的完全二叉树(complete binary tree)。二叉堆(b 阅读全文
posted @ 2017-08-27 12:02 home普通的人 阅读(1334) 评论(0) 推荐(0) 编辑