mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-10 01:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 7739, \"totalSubmissionRaw\": 22984, \"acRate\": \"33.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 7740, \"totalSubmissionRaw\": 22989, \"acRate\": \"33.7%\"}",
|
||||
"hints": [
|
||||
"The sum of chosen elements will not be too large. Consider using a hash set to record all possible sums while iterating each row.",
|
||||
"Instead of keeping track of all possible sums, since in each row, we are adding positive numbers, only keep those that can be a candidate, not exceeding the target by too much."
|
||||
|
Reference in New Issue
Block a user