mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"38.1K\", \"totalAcceptedRaw\": 15478, \"totalSubmissionRaw\": 38111, \"acRate\": \"40.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"38.2K\", \"totalAcceptedRaw\": 15524, \"totalSubmissionRaw\": 38190, \"acRate\": \"40.6%\"}",
|
||||
"hints": [
|
||||
"Subtract the sum of chalk[i] from k until k is less than that sum",
|
||||
"Now just iterate over the array if chalk[i] is less thank k this is your answer otherwise this i is the answer"
|
||||
|
Reference in New Issue
Block a user