https://github.com/suzuki-shunsuke/go-set
set data structure for golang
https://github.com/suzuki-shunsuke/go-set
golang library oss
Last synced: 9 months ago
JSON representation
set data structure for golang
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/go-set
- Owner: suzuki-shunsuke
- License: mit
- Created: 2018-03-27T15:04:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T13:45:44.000Z (over 3 years ago)
- Last Synced: 2024-04-15T01:18:27.492Z (about 2 years ago)
- Topics: golang, library, oss
- Language: Go
- Homepage: https://godoc.org/github.com/suzuki-shunsuke/go-set
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-set
[](http://godoc.org/github.com/suzuki-shunsuke/go-set)
[](https://circleci.com/gh/suzuki-shunsuke/go-set)
[](https://codecov.io/gh/suzuki-shunsuke/go-set)
[](https://goreportcard.com/report/github.com/suzuki-shunsuke/go-set)
[](https://github.com/suzuki-shunsuke/go-set)
[](https://github.com/suzuki-shunsuke/go-set/releases)
[](https://raw.githubusercontent.com/suzuki-shunsuke/go-set/master/LICENSE)
set data structure for golang.
## Other libraries
* https://github.com/avelino/awesome-go#data-structures
* https://github.com/scylladb/go-set
* https://github.com/deckarep/golang-set
* https://github.com/Workiva/go-datastructures#set
* https://github.com/yourbasic/bit
* https://github.com/xtgo/set
* https://github.com/goware/set
* https://github.com/zoumo/goset
## Change Log
See [CHANGELOG](CHANGELOG.md).
## License
[MIT](LICENSE)