摘要: 引用博客:https://blog.csdn.net/zyq522376829/article/details/46801973 下面是那位大佬写的的笔记整理~~~~ deque - 双向队列 1.构造 无参构造: 带参构造: 2.头部&尾部的添加和删除 3.中间数据存取 4.元素插入 5.数据删除 阅读全文
posted @ 2018-08-11 21:22 liubilan 阅读(1908) 评论(0) 推荐(0) 编辑
摘要: 题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=6375 Knowledge Point: STL - map:https://www.cnblogs.com/liubilan/p/9458765.html STL - deque:https://www 阅读全文
posted @ 2018-08-11 21:06 liubilan 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://www.cnblogs.com/empty16/p/6395813.html 在这里仅对原笔主的博客做一点小补充; 一、Map 简介 Map是STL的一个容器,它提供一对一的hash。 第一个可以称为关键字(key),每个关键字只能在map中出现一次, 第二个可能称为该关键 阅读全文
posted @ 2018-08-11 10:34 liubilan 阅读(1259) 评论(0) 推荐(0) 编辑