STL源码分析-heap部分
摘要:
heap部分属于序列式容器一章但是heap并不属于STL容器组件,其帮助于priority queue.priority queue运行用户用任何次序将任何元素推入容器内,但取出时一定是从数值最高的元素开始取,binary max heap具有这样的特性,适合作为pr... 阅读全文
posted @ 2017-12-13 21:07 sichenzhao 阅读(152) 评论(0) 推荐(0)
posted @ 2017-12-13 21:07 sichenzhao 阅读(152) 评论(0) 推荐(0)
posted @ 2017-12-13 20:58 sichenzhao 阅读(264) 评论(0) 推荐(0)
posted @ 2017-12-13 17:00 sichenzhao 阅读(489) 评论(0) 推荐(0)
posted @ 2017-12-13 11:05 sichenzhao 阅读(270) 评论(0) 推荐(0)