mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fix typo about algorithms (#1927)
fix typo about algorithms. dat -> data
This commit is contained in:
parent
54fd774460
commit
a0b21d782d
@ -252,7 +252,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
## Data Structures
|
## Data Structures
|
||||||
|
|
||||||
*Generic datastructures and algorithms in Go.*
|
*Generic datastructures and algorithms in Go.*
|
||||||
* [algorithms](https://github.com/shady831213/algorithms) - Algorithms and dat structures.CLRS study.
|
* [algorithms](https://github.com/shady831213/algorithms) - Algorithms and data structures.CLRS study.
|
||||||
* [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream.
|
* [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.
|
* [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.
|
* [bitset](https://github.com/willf/bitset) - Go package implementing bitsets.
|
||||||
|
Loading…
Reference in New Issue
Block a user