mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.1K\", \"totalSubmission\": \"19K\", \"totalAcceptedRaw\": 10089, \"totalSubmissionRaw\": 19044, \"acRate\": \"53.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.1K\", \"totalSubmission\": \"19.1K\", \"totalAcceptedRaw\": 10110, \"totalSubmissionRaw\": 19080, \"acRate\": \"53.0%\"}",
|
||||
"hints": [
|
||||
"When we use a subarray, the room for the next subarrays will be the suffix after the used subarray.",
|
||||
"If we can match a group with multiple subarrays, we should choose the first one, as this will just leave the largest room for the next subarrays."
|
||||
|
Reference in New Issue
Block a user