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