Quote:
Originally Posted by Till
Guys, you are worrying me...
Shouldn't the permutation (0 2) lead to the rules
Code:
2 -> 0
1 -> 1
0 -> 2
instead of
Code:
2 -> 1
1 -> 0
0 -> 2
??
|
2 becomes 0 and 2 becomes 0.
Einfach nur die zweien und die Nullen austauschen!