mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 943,
|
||||
"dislikes": 21,
|
||||
"likes": 963,
|
||||
"dislikes": 22,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Stone Game V\", \"titleSlug\": \"stone-game-v\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Stone Game VI\", \"titleSlug\": \"stone-game-vi\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Stone Game VII\", \"titleSlug\": \"stone-game-vii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Stone Game VIII\", \"titleSlug\": \"stone-game-viii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Stone Game IX\", \"titleSlug\": \"stone-game-ix\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,2,3,7]\n[1,2,3,-9]\n[1,2,3,6]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"35.2K\", \"totalSubmission\": \"58.4K\", \"totalAcceptedRaw\": 35169, \"totalSubmissionRaw\": 58383, \"acRate\": \"60.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.8K\", \"totalSubmission\": \"59.4K\", \"totalAcceptedRaw\": 35785, \"totalSubmissionRaw\": 59443, \"acRate\": \"60.2%\"}",
|
||||
"hints": [
|
||||
"The game can be mapped to minmax game. Alice tries to maximize the total score and Bob tries to minimize it.",
|
||||
"Use dynamic programming to simulate the game. If the total score was 0 the game is \"Tie\", and if it has positive value then \"Alice\" wins, otherwise \"Bob\" wins."
|
||||
|
Reference in New Issue
Block a user