4 lines
238 B
Text
4 lines
238 B
Text
⧅< # Get the permutations for a fixed size
|
|
≡□ # Box each individual permutation
|
|
□ # Box the array of permutations for combination
|
|
≡⌟(□≡□⧅<) # Iterate through permutation sizes and box the results
|