1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

@@ -12,7 +12,7 @@
"isPaidOnly": true,
"difficulty": "Hard",
"likes": 9,
"dislikes": 25,
"dislikes": 26,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Game of Nim\", \"titleSlug\": \"game-of-nim\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "3\n1\n2",
@@ -52,7 +52,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"281\", \"totalSubmission\": \"446\", \"totalAcceptedRaw\": 281, \"totalSubmissionRaw\": 446, \"acRate\": \"63.0%\"}",
"stats": "{\"totalAccepted\": \"290\", \"totalSubmission\": \"465\", \"totalAcceptedRaw\": 290, \"totalSubmissionRaw\": 465, \"acRate\": \"62.4%\"}",
"hints": [
"How can game theory help us solve this problem?",
"Think about the SpragueGrundy theorem and the Colon Principle",