https://github.com/c4milo/gotoolkit
Algorithms and data structures that are not part of the Go core library
https://github.com/c4milo/gotoolkit
Last synced: 8 months ago
JSON representation
Algorithms and data structures that are not part of the Go core library
- Host: GitHub
- URL: https://github.com/c4milo/gotoolkit
- Owner: c4milo
- License: mpl-2.0
- Created: 2013-10-30T02:12:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T17:33:01.000Z (about 7 years ago)
- Last Synced: 2025-04-11T21:24:42.723Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 10
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Toolkit
[](https://godoc.org/github.com/c4milo/gotoolkit)
[](https://travis-ci.org/c4milo/gotoolkit)
A set of algorithms and data structures that are not part of the standard Go packages and that we need
on a daily basis.
## Algorithms and data structures
* **SliceStack**
* **ListStack**
* **ListQueue**
* **SliceQueue**