Skip to content

Commit 63996b5

Browse files
committed
go: go data structure github
1 parent 9535377 commit 63996b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

go-note/algorithms.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,9 @@ go 自带了一个 `container/heap` 模块可以用来实现堆。
449449
fmt.Printf("%d ", heap.Pop(h))
450450
}
451451
}
452+
453+
454+
参考:
455+
456+
- https://github.com/emirpasic/gods
457+

go-note/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Go 常用框架(工具)技术雷达 ❤️
111111
- 分布式锁: go-redsync/redsync(redlock算法)
112112
- Zookeeper: go-zookeeper/zk
113113
- 设计模式:tmrts/go-patterns
114-
- 数据结构:deckarep/golang-set
114+
- 数据结构:deckarep/golang-set, emirpasic/gods
115115

116116
工具:
117117

0 commit comments

Comments
 (0)