An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# permute [![GoDoc](https://godoc.org/github.com/earthboundkid/permute?status.svg)](https://godoc.org/github.com/earthboundkid/permute) [![Go Report Card](https://goreportcard.com/badge/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.