https://github.com/earthboundkid/permute
Combination sequence iterator
https://github.com/earthboundkid/permute
combinations go golang iterator permutations
Last synced: about 1 year ago
JSON representation
Combination sequence iterator
- Host: GitHub
- URL: https://github.com/earthboundkid/permute
- Owner: earthboundkid
- License: mit
- Created: 2024-02-27T20:07:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T21:19:21.000Z (over 2 years ago)
- Last Synced: 2025-02-01T08:45:32.870Z (over 1 year ago)
- Topics: combinations, go, golang, iterator, permutations
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# permute [](https://godoc.org/github.com/earthboundkid/permute) [](https://goreportcard.com/report/github.com/earthboundkid/permute)
Combination sequence iterator. Requires GOEXPERIMENT=rangefunc.
This was made by translating https://docs.python.org/3/library/itertools.html#itertools.combinations from Python into Go.