mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user