mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4K\", \"totalSubmission\": \"18.2K\", \"totalAcceptedRaw\": 4020, \"totalSubmissionRaw\": 18241, \"acRate\": \"22.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4K\", \"totalSubmission\": \"18.3K\", \"totalAcceptedRaw\": 4023, \"totalSubmissionRaw\": 18259, \"acRate\": \"22.0%\"}",
|
||||
"hints": [
|
||||
"Let <code>dp[x]</code> represent the maximum sum of a balanced subsequence ending at <code>x</code>.",
|
||||
"Rewriting the formula <code>nums[i<sub>j</sub>] - nums[i<sub>j-1</sub>] >= i<sub>j</sub> - i<sub>j-1</sub></code> gives <code>nums[i<sub>j</sub>] - i<sub>j</sub> >= nums[i<sub>j-1</sub>] - i<sub>j-1</sub></code>.",
|
||||
|
Reference in New Issue
Block a user