mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user