1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"17K\", \"totalAcceptedRaw\": 9277, \"totalSubmissionRaw\": 16979, \"acRate\": \"54.6%\"}",
"stats": "{\"totalAccepted\": \"9.5K\", \"totalSubmission\": \"17.4K\", \"totalAcceptedRaw\": 9510, \"totalSubmissionRaw\": 17421, \"acRate\": \"54.6%\"}",
"hints": [
"It's straightforward to check if A or B won or not, check for each row/column/diag if all the three are the same.",
"Then if no one wins, the game is a draw iff the board is full, i.e. moves.length = 9 otherwise is pending."