We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aead098 commit 1d60192Copy full SHA for 1d60192
1 file changed
kattis/TicTacToe2/tictactoe2.vn.py
@@ -55,6 +55,6 @@
55
56
# wins[X] -> A, wins[O] -> B, grid.count(X)-grid.count(O)==i -> Ci
57
58
- # yes = (A.¬B.C1)+(¬A.B.C0)+(¬A.¬B.(C0.C1))
+ # yes = (A.¬B.C1)+(¬A.B.C0)+(¬A.¬B.(C0+C1))
59
# Fun fact: We could try to simplify this.
60
# We'll probably find a simpler equation for no.
0 commit comments