RosettaCodeData/Task/Combinations/K/combinations.k
2016-12-05 22:15:40 +01:00

4 lines
72 B
Text

comb:{[n;k]
f:{:[k=#x; :,x; :,/_f' x,'(1+*|x) _ !n]}
:,/f' !n
}