mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"48K\", \"totalSubmission\": \"93.9K\", \"totalAcceptedRaw\": 48031, \"totalSubmissionRaw\": 93858, \"acRate\": \"51.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"48K\", \"totalSubmission\": \"93.9K\", \"totalAcceptedRaw\": 48042, \"totalSubmissionRaw\": 93879, \"acRate\": \"51.2%\"}",
|
||||
"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