2015年5月31日

【STL源码剖析读书笔记】自己实现priority_queue之MyPriorityQueue

摘要: MyHeap.h#ifndef MY_HEAP_H#define MY_HEAP_H#include#include#define max_value 99999999//仿函数templatestruct MyLess{ bool operator()(const T& x, const T& y... 阅读全文

posted @ 2015-05-31 14:49 ruan875417 阅读(248) 评论(0) 推荐(0) 编辑

导航