mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"31.9K\", \"totalAcceptedRaw\": 20313, \"totalSubmissionRaw\": 31871, \"acRate\": \"63.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"31.9K\", \"totalAcceptedRaw\": 20317, \"totalSubmissionRaw\": 31875, \"acRate\": \"63.7%\"}",
|
||||
"hints": [
|
||||
"Work backwards: try to go from nums to arr.",
|
||||
"You should try to divide by 2 as much as possible, but you can only divide by 2 if everything is even."
|
||||
|
Reference in New Issue
Block a user