An open API service indexing awesome lists of open source software.

https://github.com/fmorenovr/gods

Golang Data Structures implementation.
https://github.com/fmorenovr/gods

array-list binary-search-tree data-structures doubly-linked-list enumerables graph hash linked-list lists maps queue sets stack tree

Last synced: about 5 hours ago
JSON representation

Golang Data Structures implementation.

Awesome Lists containing this project

README

          

# Golang + Data Structures = gods

gods (Golang Data Structures) is a Golang implementation of differents Data Structures.
You can see an extended doc in [godocs](https://godoc.org/github.com/fmorenovr/gods).

Install it writing in terminal:

go get github.com/fmorenovr/gods