From c1e2d9d47ab44186d86c7e06ee57ebead3d80cff Mon Sep 17 00:00:00 2001 From: Garbage-Only-One <46099332+bear-good@users.noreply.github.com> Date: Wed, 3 Apr 2019 16:19:21 +0800 Subject: [PATCH] Update index.md --- docs/ds/index.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/docs/ds/index.md b/docs/ds/index.md index 8b137891..4194a392 100644 --- a/docs/ds/index.md +++ b/docs/ds/index.md @@ -1 +1,77 @@ +## 数据结构 +这里收集了一些数据结构的内简介。 + +[x] STL + + [x] STL 简介 + + [x] vector + + [x] priority_queue + + [x] map + + [x] bitset + + [x] 栈 + + [x] 队列 + +[x] pb_ds + + [x] pb_ds 简介 + + [x] __gnu_pbds::priority_queue + +[x] 链表 + +[x] 哈希表 + +[x] 并查集 + +[x] 堆 + + [x] 堆简介 + + [x] 二叉堆 + + [x] 配对堆 + +[x] 块状数据结构 + + [x] 分块思想 + + [x] 块状链表 + + [x] 块状数组 + + [x] 树分块 + +[x] 单调栈 + +[x] 单调队列 + +[x] 倍增 + +[x] 树状数组 + +[x] 线段树 + +[x] 划分树 + +[x] 虚树 + +[x] 平衡树 + +[x] 树套树 + +[x] K-Dtree + +[x] 可持久化数据结构 + +[x] 珂朵莉树 + +[x] Link Cut Tree + +[x] Euler Tour Tree -- 2.11.0