Add a go algorithms repo (#1886)

Add a go algorithms repo, including tree(bst, btree, vEB-tree...), heap(binary heap, leftist heap, fibonacci heap...), sort, hashmap, graph(more content will be soon) ...
This commit is contained in:
Apollo Li 2018-05-03 05:55:04 -07:00 committed by Avelino
parent 9e3e1eb412
commit f58d3926ba

View File

@ -252,7 +252,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
## Data Structures
*Generic datastructures and algorithms in Go.*
* [algorithms](https://github.com/shady831213/algorithms) - Algorithms and dat structures.CLRS study.
* [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream.
* [bit](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions.
* [bitset](https://github.com/willf/bitset) - Go package implementing bitsets.