1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 741,
"dislikes": 108,
"likes": 773,
"dislikes": 111,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Check if an Original String Exists Given Two Encoded Strings\", \"titleSlug\": \"check-if-an-original-string-exists-given-two-encoded-strings\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"ab\", \"c\"]\n[\"a\", \"bc\"]\n[\"a\", \"cb\"]\n[\"ab\", \"c\"]\n[\"abc\", \"d\", \"defg\"]\n[\"abcddefg\"]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"136.6K\", \"totalSubmission\": \"166.7K\", \"totalAcceptedRaw\": 136590, \"totalSubmissionRaw\": 166672, \"acRate\": \"82.0%\"}",
"stats": "{\"totalAccepted\": \"140.2K\", \"totalSubmission\": \"171.1K\", \"totalAcceptedRaw\": 140206, \"totalSubmissionRaw\": 171058, \"acRate\": \"82.0%\"}",
"hints": [
"Concatenate all strings in the first array into a single string in the given order, the same for the second array.",
"Both arrays represent the same string if and only if the generated strings are the same."