From 456b3cf4321b0677682e6d15492fffceef0338c4 Mon Sep 17 00:00:00 2001 From: hlccd <56643462+hlccd@users.noreply.github.com> Date: Sun, 24 Oct 2021 20:15:41 +0800 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6ddc963..a305e72 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,33 @@ # goSTL -#### comparator +#### 比较器:comparator 参考:https://zhuanlan.zhihu.com/p/422888284 -#### iterator +#### 迭代器:iterator 参考:https://zhuanlan.zhihu.com/p/422978077 -#### bitmap +#### 位图:bitmap 参考:https://zhuanlan.zhihu.com/p/423253110 -#### vector +#### 向量:vector 参考:https://zhuanlan.zhihu.com/p/423688716 -#### queue +#### 队列:queue 参考:https://zhuanlan.zhihu.com/p/423805926 -#### deque +#### 双向队列:deque 参考:https://zhuanlan.zhihu.com/p/424225817 -#### list +#### 链表:list 参考:https://zhuanlan.zhihu.com/p/424603940 -#### ring +#### 环:ring 参考:https://zhuanlan.zhihu.com/p/424860909 -#### stack +#### 栈:stack 参考:https://zhuanlan.zhihu.com/p/424967178 -#### priority_queue +#### 优先队列:priority_queue 参考:https://zhuanlan.zhihu.com/p/425095786 + +#### 二叉搜索树:Binary Search Tree +参考:https://zhuanlan.zhihu.com/p/425215493