Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 常用数据结构,算法

Awesome Lists containing this project

README

        

# golang 实现常用的算法




- 向量
- 队列
- 栈
- 堆
- 排序
- 堆排序
- AVL 树
- B tree
- 并查集
- rpn 逆波兰表达式
- 逆波兰计算
- 普通表达式计算
- 表达式转逆波兰
- hanoi
- 递归版
- 栈模拟器版
- 并发问题
- print fish <>< ><>
- 哲学家吃饭问题
- print n valid bracket
- 最简单的模拟器 (memu)