1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 830,
"dislikes": 122,
"likes": 855,
"dislikes": 124,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[0,1,2,3,4,5]\n3\n4\n[1000000,1000001,1000002]\n[0,1,2,3,4,5,6]\n2\n5\n[1000000,1000001,1000002,1000003,1000004]",
@@ -119,7 +119,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"47.4K\", \"totalSubmission\": \"63.5K\", \"totalAcceptedRaw\": 47429, \"totalSubmissionRaw\": 63538, \"acRate\": \"74.6%\"}",
"stats": "{\"totalAccepted\": \"48.7K\", \"totalSubmission\": \"65.4K\", \"totalAcceptedRaw\": 48711, \"totalSubmissionRaw\": 65357, \"acRate\": \"74.5%\"}",
"hints": [
"Check which edges need to be changed.",
"Let the next node of the (a-1)th node of list1 be the 0-th node in list 2.",