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

4 lines
94 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: io math.combinatorics sequences sets ;
"ABCD" all-permutations lines diff first print