MCPcopy Create free account
hub / github.com/ctfu/Leetcode / move

Method move

algorithm/designTicTacToe.java:27–39  ·  view source on GitHub ↗

Player {player} makes a move at ({row}, {col}). @param row The row of the board. @param col The column of the board. @param player The player, can be either 1 or 2. @return The current winning condition, can be either: 0: No one wins. 1

(int row, int col, int player)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected