https://github.com/sammyne/data-structures-and-algorithms-go
Data structures playground in Go
https://github.com/sammyne/data-structures-and-algorithms-go
algorithms data-structures
Last synced: about 1 year ago
JSON representation
Data structures playground in Go
- Host: GitHub
- URL: https://github.com/sammyne/data-structures-and-algorithms-go
- Owner: sammyne
- Created: 2020-05-09T01:12:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T04:34:32.000Z (over 5 years ago)
- Last Synced: 2023-03-02T17:32:57.897Z (about 3 years ago)
- Topics: algorithms, data-structures
- Language: Go
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures
## 概览
### 数据结构
| 数据结构 | 说明 |
| ------------------: | :------------- |
| 跳表 (skip list) | 概率型数据结构 |
| 并查集 (union find) | 无 |
### 算法
| 算法 | 说明 |
| -------------------------: | :----------------------- |
| [图论](./graphs/README.md) | 图论相关,包括最短路径等 |