Discover Packages
github.com/openset/leetcode
problems
design-tic-tac-toe
package
Version:
v1.4.9
Opens a new window with list of versions in this module.
Published: Nov 15, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
< Previous
Next >
[Design ]
Similar Questions
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.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.