mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"26.5K\", \"totalAcceptedRaw\": 14082, \"totalSubmissionRaw\": 26473, \"acRate\": \"53.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"26.5K\", \"totalAcceptedRaw\": 14083, \"totalSubmissionRaw\": 26474, \"acRate\": \"53.2%\"}",
|
||||
"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