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
- Host: GitHub
- URL: https://github.com/fscotto/collection
- Owner: fscotto
- License: gpl-3.0
- Created: 2022-12-09T09:02:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:04:22.000Z (over 1 year ago)
- Last Synced: 2025-01-21T19:15:05.300Z (about 1 year ago)
- Topics: data-structures, golang, golang-library
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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