Basic data structures represent a great opportunity to learn a new langauge. These are some of the data structures that I have built to familiarize myself with the Go language
Even though these data structures have been built for my own learning purposes, if you find them useful, feel free to use them
go get github.com/cosn/collections...
go test github.com/cosn/collections...
- B+ Tree (TODO)
- Binary Search Tree
- Bloom Filter (TODO)
- Queue
- Radix Tree (TODO)
- Red-Black Tree (TODO)
- [Set](http://en.wikipedia.org/wiki/Set_(computer_science)
- Splay Tree (TODO)
- Stack
- Ternary Search Tree
- Trie