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

Method move

348 - Design Tic-Tac-Toe.java:25–38  ·  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 1

backtrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected