mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"38.5K\", \"totalSubmission\": \"74.8K\", \"totalAcceptedRaw\": 38510, \"totalSubmissionRaw\": 74788, \"acRate\": \"51.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"38.5K\", \"totalSubmission\": \"74.8K\", \"totalAcceptedRaw\": 38536, \"totalSubmissionRaw\": 74829, \"acRate\": \"51.5%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming.",
|
||||
"Let dp[i] be the maximum length of a subsequence of the given difference whose last element is i.",
|
||||
|
Reference in New Issue
Block a user