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

https://github.com/bsati/go-ds

Basic datastructures in Go using generics
https://github.com/bsati/go-ds

data-structures golang

Last synced: 2 months ago
JSON representation

Basic datastructures in Go using generics

Awesome Lists containing this project

README

          

# go-ds

This project contains some basic datastructure implementations in Golang.
The main purpose of this project is to demonstrate the use of generics and build a sound library of commonly used datastructures.