https://github.com/liuzl/ds
Common data structures for golang
https://github.com/liuzl/ds
golang queue sortedlist stack
Last synced: 11 months ago
JSON representation
Common data structures for golang
- Host: GitHub
- URL: https://github.com/liuzl/ds
- Owner: liuzl
- License: apache-2.0
- Created: 2017-08-04T03:20:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T11:56:15.000Z (over 1 year ago)
- Last Synced: 2025-03-23T23:27:07.853Z (about 1 year ago)
- Topics: golang, queue, sortedlist, stack
- Language: Go
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ds
Common data structures for golang
## References
* https://github.com/beeker1121/goque