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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 24,
"dislikes": 12,
"likes": 26,
"dislikes": 13,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Subtree Removal Game with Fibonacci Tree\", \"titleSlug\": \"subtree-removal-game-with-fibonacci-tree\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[1]\n[1,1]\n[1,2,3]",
@@ -58,7 +58,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"893\", \"totalSubmission\": \"1.5K\", \"totalAcceptedRaw\": 893, \"totalSubmissionRaw\": 1540, \"acRate\": \"58.0%\"}",
"stats": "{\"totalAccepted\": \"943\", \"totalSubmission\": \"1.6K\", \"totalAcceptedRaw\": 943, \"totalSubmissionRaw\": 1628, \"acRate\": \"57.9%\"}",
"hints": [
"Simulate the game and try all possible moves for each player."
],