- Buenos Aires, Argentina
Pinned Loading
-
-
-
-
minimax.py
minimax.py 1def minimax(board):
2"""
3Returns the optimal action for the current player on the board.
4"""
5if terminal(board):
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.