mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1599,
|
||||
"dislikes": 92,
|
||||
"likes": 1639,
|
||||
"dislikes": 95,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Valid Tic-Tac-Toe State\", \"titleSlug\": \"valid-tic-tac-toe-state\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"TicTacToe\",\"move\",\"move\",\"move\",\"move\",\"move\",\"move\",\"move\"]\n[[3],[0,0,1],[0,2,2],[2,2,1],[1,1,2],[2,0,1],[1,0,2],[2,1,1]]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"176.6K\", \"totalSubmission\": \"308.9K\", \"totalAcceptedRaw\": 176589, \"totalSubmissionRaw\": 308913, \"acRate\": \"57.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"180.4K\", \"totalSubmission\": \"315.2K\", \"totalAcceptedRaw\": 180418, \"totalSubmissionRaw\": 315158, \"acRate\": \"57.2%\"}",
|
||||
"hints": [
|
||||
"Could you trade extra space such that <code>move()</code> operation can be done in O(1)?",
|
||||
"You need two arrays: int rows[n], int cols[n], plus two variables: diagonal, anti_diagonal."
|
||||
|
Reference in New Issue
Block a user