Inspired by Algorithms
Minimal and clean example implementations of data structures and algorithms in Golang.
cd <want-algorithm-dir> # cd array
go test -v
Please read CONTRIBUTING.md
- array
- backtrack
- bfs
- bit
- dfs
- dp
- graph
- heap
- linkedlist
- map
- math
- matrix
- queue
- search
- set
- sort
- stack
- string
- tree
- union-find