Skip to content

gohiweeds/go-datastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Data structure implemented by Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages