2021-12-29 00:27:38 +08:00
|
|
|
|
使用时请先将整体下载解压后,将解压得到的目录下的goSTL放入本机内的src的github.com目录下使用即可
|
2021-12-29 00:28:19 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
所有介绍可参考blog文件夹下的文件,也可参考下方列出的网址
|
2021-12-27 11:57:03 +08:00
|
|
|
|
|
|
|
|
|
## goSTL
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 比较器:comparator
|
2021-10-19 10:21:07 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/422888284
|
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 迭代器:iterator
|
2021-10-19 10:21:07 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/422978077
|
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 位图:bitmap
|
2021-10-20 08:26:35 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/423253110
|
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 向量:vector
|
2021-10-20 16:58:20 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/423688716
|
2021-10-20 22:52:17 +08:00
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 队列:queue
|
2021-10-20 22:52:17 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/423805926
|
2021-10-21 22:20:51 +08:00
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 双向队列:deque
|
2021-10-21 22:20:51 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/424225817
|
2021-10-22 19:10:01 +08:00
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 链表:list
|
2021-10-22 19:10:01 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/424603940
|
2021-10-23 18:35:50 +08:00
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 环:ring
|
2021-10-23 18:35:50 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/424860909
|
2021-10-23 21:40:23 +08:00
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 栈:stack
|
2021-10-23 21:40:23 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/424967178
|
2021-10-24 11:54:12 +08:00
|
|
|
|
|
2021-10-24 20:15:41 +08:00
|
|
|
|
#### 优先队列:priority_queue
|
2021-10-24 11:54:12 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/425095786
|
2021-10-24 20:15:41 +08:00
|
|
|
|
|
|
|
|
|
#### 二叉搜索树:Binary Search Tree
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/425215493
|
2021-10-26 17:17:51 +08:00
|
|
|
|
|
|
|
|
|
#### 堆的完全二叉搜实现:heap
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/425943809
|
2021-12-12 20:31:44 +08:00
|
|
|
|
|
|
|
|
|
#### 树堆:treap
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/444445554
|
2021-12-17 12:37:55 +08:00
|
|
|
|
|
|
|
|
|
#### 平衡二叉查找树:avlTree
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/446547869
|
2021-12-18 18:39:33 +08:00
|
|
|
|
|
|
|
|
|
#### 哈希映射:hashMap
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/447063415
|
2021-12-19 20:24:51 +08:00
|
|
|
|
|
2021-12-25 17:59:54 +08:00
|
|
|
|
#### 字典查找树:trie
|
2021-12-19 20:24:51 +08:00
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/447352512
|
2021-12-25 17:48:25 +08:00
|
|
|
|
|
|
|
|
|
#### 最近最少使用链:lru
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/449813097
|
2021-12-26 17:26:44 +08:00
|
|
|
|
|
|
|
|
|
#### 前缀基数树:radix
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/450050034
|
|
|
|
|
|
2021-12-27 11:57:03 +08:00
|
|
|
|
#### 一致性哈希:consistentHash
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/450283390
|
2021-12-28 22:46:49 +08:00
|
|
|
|
|
|
|
|
|
#### 布隆过滤器:bloomFilter
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/450995290
|
2021-12-29 00:23:32 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 独立请求:singleFlight
|
|
|
|
|
参考:https://zhuanlan.zhihu.com/p/451018160
|