摘要: #include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> #include<algorithm> #define LL long long #define l(x) (x<<1) # 阅读全文
posted @ 2017-11-14 21:27 秦こころ酱 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> #include<algorithm> #define LL long long #define l(x) (x<<1) # 阅读全文
posted @ 2017-11-14 20:21 秦こころ酱 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1.1 基本数据结构 1. 数组# 2. 链表,双向链表% 3. 队列,单调队列,双端队列# 4. 栈,单调栈# 1.2 中级数据结构 1. 堆# 2. 并查集与带权并查集# 3. hash 表# 自然溢出% 双hash% 1.3 高级数据结构 1. 树状数组# 2. 线段树#,线段树合并% 3. 阅读全文
posted @ 2017-11-14 19:26 秦こころ酱 阅读(197) 评论(0) 推荐(0) 编辑