Skip to content

Commit 1d60192

Browse files
committed
Update: TicTacToe2 solution
1 parent aead098 commit 1d60192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kattis/TicTacToe2/tictactoe2.vn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555

5656
# wins[X] -> A, wins[O] -> B, grid.count(X)-grid.count(O)==i -> Ci
5757

58-
# yes = (A.¬B.C1)+(¬A.B.C0)+(¬A.¬B.(C0.C1))
58+
# yes = (A.¬B.C1)+(¬A.B.C0)+(¬A.¬B.(C0+C1))
5959
# Fun fact: We could try to simplify this.
6060
# We'll probably find a simpler equation for no.

0 commit comments

Comments
 (0)