Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sword-jin/go-algorithm
golang 常用数据结构,算法
https://github.com/sword-jin/go-algorithm
algorithms btree data-structures heap queue stack tree
Last synced: about 2 months ago
JSON representation
golang 常用数据结构,算法
- Host: GitHub
- URL: https://github.com/sword-jin/go-algorithm
- Owner: sword-jin
- Created: 2020-12-29T03:43:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T09:11:36.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T18:46:23.950Z (7 months ago)
- Topics: algorithms, btree, data-structures, heap, queue, stack, tree
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# golang 实现常用的算法
- 向量
- 队列
- 栈
- 堆
- 排序
- 堆排序
- AVL 树
- B tree
- 并查集
- rpn 逆波兰表达式
- 逆波兰计算
- 普通表达式计算
- 表达式转逆波兰
- hanoi
- 递归版
- 栈模拟器版
- 并发问题
- print fish <>< ><>
- 哲学家吃饭问题
- print n valid bracket
- 最简单的模拟器 (memu)