1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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.",