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\": \"133.8K\", \"totalSubmission\": \"243.3K\", \"totalAcceptedRaw\": 133765, \"totalSubmissionRaw\": 243298, \"acRate\": \"55.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"133.8K\", \"totalSubmission\": \"243.4K\", \"totalAcceptedRaw\": 133793, \"totalSubmissionRaw\": 243363, \"acRate\": \"55.0%\"}",
|
||||
"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