go get github.com/gohiweeds/go-datastructure
Inspired by Radix Tree, which is the core of Echo web framework, since it can be integrated into website, why we can't implement it as a standalone package for people to use.
list - double linked list, implemented with mutex lock to keep data safe, support
all type of data
queue - to be implemented
stack - to be implemented
fifo - to be implemented
avl-tree - to be implemented
binary-tree - to be implemented
red-black-tree - to be implemented
patricia-tree - to be implemented
Contribution is welcome, and please add test method in your pull request.