RosettaCodeData/Task/Find-the-missing-permutation/Factor/find-the-missing-permutation.factor

4 lines
94 B
Factor
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
USING: io math.combinatorics sequences sets ;
"ABCD" all-permutations lines diff first print