Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 693 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 693 Bytes

go-datastructure

Usage

go get github.com/gohiweeds/go-datastructure

Description

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.

Support

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

Contribution is welcome, and please add test method in your pull request.