RosettaCodeData/Task/Permutations/J/permutations-1.j
2024-10-16 18:07:41 -07:00

2 lines
95 B
Text

perms=: ! A.&i. ] NB. permutations of n things
Perms=: {~ perms@# NB. generalized version