This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Permutation and combination functions for iteration over arrays #577
Labels
Area-API
Issue concerns the API design of a library, such as style guide or design principles adherence.
Kind-Enhancement
New feature or request
Pkg-Standard
Issue relates to the Microsoft.Quantum.Standard package.
Is your feature request related to a problem? Please describe.
It would be nice to have functions that allow for generating and iterating over permutations and combinations of arrays, similarly to Python's
itertools.combinations
.The text was updated successfully, but these errors were encountered: