https://github.com/hygull/ds
A Go package containing the functions for operations on various data structures like stack, queue, linked list(singly & doubly), tree, graph, array, slice & map etc.
https://github.com/hygull/ds
golang map slice
Last synced: 11 months ago
JSON representation
A Go package containing the functions for operations on various data structures like stack, queue, linked list(singly & doubly), tree, graph, array, slice & map etc.
- Host: GitHub
- URL: https://github.com/hygull/ds
- Owner: hygull
- License: gpl-3.0
- Created: 2016-12-23T07:25:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T19:24:48.000Z (about 7 years ago)
- Last Synced: 2025-03-16T04:41:31.641Z (about 1 year ago)
- Topics: golang, map, slice
- Language: Go
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ds
A Go package containing the functions for operations on various data structures like stack, queue, linked list(singly & doubly), tree, graph, array, slice & map etc.
## How to use?
Visit [wiki](https://github.com/hygull/ds/wiki) that I have created for the users of ds package.
## Note
The package is in development, it will be updated sonn with excellent functions to perform opeartions on simple & complex data structures.