摘要: 专题5-数据结构 2017-07-13 C++ Primer P329好好研读,stack,queue,priority_queue都是顺序容器适配器adaptor。(接受一种已有的容器类型,使其行为看起来像另一种事物一样) 1、基础知识 1.1、stack栈 1.2、队列queue: C++ pr 阅读全文
posted @ 2017-07-12 20:06 zqlucky 阅读(426) 评论(0) 推荐(0) 编辑