Categorygithub.com/bobg/combo
repositorypackage
1.0.1
Repository: https://github.com/bobg/combo.git
Documentation: pkg.go.dev

# README

Combo - combinatorial operations for Go

Go Reference Go Report Card Tests Coverage Status

This is combo, a library of combinatorial operations for Go. Given a slice, it can compute its permutations, its n-element combinations, and its n-element combinations-with-replacement.

Please see the documentation at pkg.go.dev.