mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.3K\", \"totalSubmission\": \"33.3K\", \"totalAcceptedRaw\": 16319, \"totalSubmissionRaw\": 33262, \"acRate\": \"49.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.3K\", \"totalSubmission\": \"33.3K\", \"totalAcceptedRaw\": 16325, \"totalSubmissionRaw\": 33271, \"acRate\": \"49.1%\"}",
|
||||
"hints": [
|
||||
"For a fixed index l, try to find the minimum value of index r, such that the subarray is not good",
|
||||
"When a number is added to a subarray, it increases the number of pairs by its previous appearances.",
|
||||
|
Reference in New Issue
Block a user