mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.6K\", \"totalSubmission\": \"6.9K\", \"totalAcceptedRaw\": 2578, \"totalSubmissionRaw\": 6889, \"acRate\": \"37.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.6K\", \"totalSubmission\": \"6.9K\", \"totalAcceptedRaw\": 2578, \"totalSubmissionRaw\": 6890, \"acRate\": \"37.4%\"}",
|
||||
"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