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.
- Host: GitHub
- URL: https://github.com/fmorenovr/gods
- Owner: fmorenovr
- License: mit
- Created: 2018-07-16T22:35:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T17:26:50.000Z (over 6 years ago)
- Last Synced: 2025-11-01T01:02:01.259Z (3 months ago)
- Topics: array-list, binary-search-tree, data-structures, doubly-linked-list, enumerables, graph, hash, linked-list, lists, maps, queue, sets, stack, tree
- Language: Go
- Homepage: https://godoc.org/github.com/Jenazads/gods
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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