mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 8608, \"totalSubmissionRaw\": 14554, \"acRate\": \"59.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"14.6K\", \"totalAcceptedRaw\": 8610, \"totalSubmissionRaw\": 14557, \"acRate\": \"59.1%\"}",
|
||||
"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