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
- Host: GitHub
- URL: https://github.com/bsati/go-ds
- Owner: bsati
- Created: 2022-11-21T19:52:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T09:42:19.000Z (over 3 years ago)
- Last Synced: 2024-06-20T05:02:40.482Z (almost 2 years ago)
- Topics: data-structures, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.