mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 806,
|
||||
"likes": 816,
|
||||
"dislikes": 48,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Is Subsequence\", \"titleSlug\": \"is-subsequence\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Number of Matching Subsequences\", \"titleSlug\": \"number-of-matching-subsequences\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"56.3K\", \"totalSubmission\": \"96.7K\", \"totalAcceptedRaw\": 56295, \"totalSubmissionRaw\": 96679, \"acRate\": \"58.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"57.1K\", \"totalSubmission\": \"98K\", \"totalAcceptedRaw\": 57080, \"totalSubmissionRaw\": 97980, \"acRate\": \"58.3%\"}",
|
||||
"hints": [
|
||||
"Which conditions have to been met in order to be impossible to form the target string?",
|
||||
"If there exists a character in the target string which doesn't exist in the source string then it will be impossible to form the target string.",
|
||||
|
Reference in New Issue
Block a user