problem348

package
v1.4.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2019 License: MIT Imports: 0 Imported by: 0

README

< Previous                  Next >

348. Design Tic-Tac-Toe (Medium)

[Design]

Similar Questions

  1. Valid Tic-Tac-Toe State (Medium)

Hints

Hint 1 Could you trade extra space such that move() operation can be done in O(1)?
Hint 2 You need two arrays: int rows[n], int cols[n], plus two variables: diagonal, anti_diagonal.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL