mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"217.7K\", \"totalSubmission\": \"383.7K\", \"totalAcceptedRaw\": 217708, \"totalSubmissionRaw\": 383718, \"acRate\": \"56.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"217.7K\", \"totalSubmission\": \"383.8K\", \"totalAcceptedRaw\": 217745, \"totalSubmissionRaw\": 383782, \"acRate\": \"56.7%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming. dp[i][j] will be the longest common prefix of A[i:] and B[j:].",
|
||||
"The answer is max(dp[i][j]) over all i, j."
|
||||
|
Reference in New Issue
Block a user