mirror of
https://gitee.com/NorthCityChen/stl-go.git
synced 2025-05-25 20:11:08 +00:00
ADD: readme
This commit is contained in:
parent
41fd17517f
commit
18524064a5
16
readme.md
16
readme.md
@ -1,10 +1,22 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: NorthCity1984
|
* @Author: NorthCity1984
|
||||||
* @LastEditTime: 2022-04-01 13:22:46
|
* @LastEditTime: 2022-04-02 14:23:56
|
||||||
* @Description:
|
* @Description:
|
||||||
* @Website: https://grimoire.cn
|
* @Website: https://grimoire.cn
|
||||||
* Copyright (c) NorthCity1984 All rights reserved.
|
* Copyright (c) NorthCity1984 All rights reserved.
|
||||||
-->
|
-->
|
||||||
# stl-go
|
# stl-go
|
||||||
|
|
||||||
一些常用的数据结构模板
|
一个封装了一些简单的数据结构的提供泛型支持的stl库 (go >= 1.18)
|
||||||
|
|
||||||
|
# RoadMap
|
||||||
|
|
||||||
|
- [x] 双端队列
|
||||||
|
- [x] 队列
|
||||||
|
- [x] 栈
|
||||||
|
- [x] 数学
|
||||||
|
- [ ] 优先队列
|
||||||
|
- [ ] 红黑树
|
||||||
|
- [ ] 集合
|
||||||
|
- [ ] 二分查找
|
||||||
|
- [ ] 下一个排序组合
|
Loading…
x
Reference in New Issue
Block a user