zimmski / container

a repository of data structures for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

container GoDoc Build Status

Go comes currently only with a few types of data structures. I want to change this disadvantage with this repository. (Besides learning some new things of course.) As I'm doing this in my spare time I do not expect on finishing this project anytime soon.

You can find a list of data structures I want to implement on Wikipedia's excellent List of data structures article.

Linear data structures

Lists

Trees

Binary Trees

About

a repository of data structures for Go

License:MIT License


Languages

Language:Go 99.7%Language:Makefile 0.3%