mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 06:22:54 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.1K\", \"totalSubmission\": \"10.3K\", \"totalAcceptedRaw\": 6062, \"totalSubmissionRaw\": 10298, \"acRate\": \"58.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.1K\", \"totalSubmission\": \"10.3K\", \"totalAcceptedRaw\": 6073, \"totalSubmissionRaw\": 10318, \"acRate\": \"58.9%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming to keep track of winning and losing states. Given some number of stones, Alice can win if she can force Bob onto a losing state."
|
||||
],
|
||||
|
Reference in New Issue
Block a user