diff --git a/README.md b/README.md index ac058cc5..e6ff7739 100644 --- a/README.md +++ b/README.md @@ -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. +* [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. * [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.