Quote:
Originally Posted by tgan
|
Quote:
the permutation (0 2), which switches 0 and 2 but keeps 1 intact, results in the rules
Code:
2 -> 1
1 -> 0
0 -> 2
|
The challenge description is buggy, or not?
Last fiddled with by Till on 2020-08-31 at 14:22
Reason: code format
|