Closed stoplion closed 5 years ago
Is there a way for this library to handle permutations in pairs?
const collection = ['a', 'b', 'c', 'd']; const permutations = Combinatorics.permutation(collection, 2); a b a c a d b a b c ......
ok looks like it does work
Is there a way for this library to handle permutations in pairs?