RosettaCodeData/Task/Permutations/J/permutations-1.j

3 lines
95 B
Text
Raw Permalink Normal View History

2024-10-16 18:07:41 -07:00
perms=: ! A.&i. ] NB. permutations of n things
Perms=: {~ perms@# NB. generalized version