mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 186,
|
||||
"likes": 190,
|
||||
"dislikes": 12,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Common Subsequence\", \"titleSlug\": \"longest-common-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"30.8K\", \"totalAcceptedRaw\": 9262, \"totalSubmissionRaw\": 30788, \"acRate\": \"30.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.4K\", \"totalSubmission\": \"31.2K\", \"totalAcceptedRaw\": 9415, \"totalSubmissionRaw\": 31198, \"acRate\": \"30.2%\"}",
|
||||
"hints": [
|
||||
"Find the optimal position to add pattern[0] so that the number of subsequences is maximized. Similarly, find the optimal position to add pattern[1].",
|
||||
"For each of the above cases, count the number of times the pattern occurs as a subsequence in text. The larger count is the required answer."
|
||||
|
Reference in New Issue
Block a user