mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 672,
|
||||
"dislikes": 173,
|
||||
"likes": 682,
|
||||
"dislikes": 175,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Missing Observations\", \"titleSlug\": \"find-missing-observations\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "2\n[1,1,2,2,2,3]\n2\n[1,1,1,1,1,1]\n3\n[1,1,1,2,2,3]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.4K\", \"totalSubmission\": \"44.9K\", \"totalAcceptedRaw\": 21438, \"totalSubmissionRaw\": 44861, \"acRate\": \"47.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.7K\", \"totalSubmission\": \"45.3K\", \"totalAcceptedRaw\": 21691, \"totalSubmissionRaw\": 45328, \"acRate\": \"47.9%\"}",
|
||||
"hints": [
|
||||
"Think on Dynamic Programming.",
|
||||
"DP(pos, last) which means we are at the position pos having as last the last character seen."
|
||||
|
Reference in New Issue
Block a user