ramhiser/itertools2

Port permutations() from Python

Closed this issue · 1 comments

Port permutations() from Python

It turns out this was much easier than expected when itertools2::iproduct is used. My implementation is loosely based on Python's itertools implementation.