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

https://github.com/fscotto/collection

Data structures in Golang
https://github.com/fscotto/collection

data-structures golang golang-library

Last synced: about 1 year ago
JSON representation

Data structures in Golang

Awesome Lists containing this project

README

          

# Data structures

This repo is a package of useful data structures written in Go, I've written this package as an aid to Go application development.
The following data structures are included in this package:
- Slice
- Linked List
- Stack
- Queue
- Set
- Hashtable