1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 146,
"likes": 147,
"dislikes": 26,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Escape The Ghosts\", \"titleSlug\": \"escape-the-ghosts\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Cat and Mouse\", \"titleSlug\": \"cat-and-mouse\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"11K\", \"totalAcceptedRaw\": 4530, \"totalSubmissionRaw\": 11019, \"acRate\": \"41.1%\"}",
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"11K\", \"totalAcceptedRaw\": 4542, \"totalSubmissionRaw\": 11035, \"acRate\": \"41.2%\"}",
"hints": [
"Try working backward: consider all trivial states you know to be winning or losing, and work backward to determine which other states can be labeled as winning or losing."
],