mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 324,
|
||||
"likes": 328,
|
||||
"dislikes": 8,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Linked List Components\", \"titleSlug\": \"linked-list-components\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24.2K\", \"totalSubmission\": \"27.7K\", \"totalAcceptedRaw\": 24229, \"totalSubmissionRaw\": 27734, \"acRate\": \"87.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.5K\", \"totalSubmission\": \"28K\", \"totalAcceptedRaw\": 24484, \"totalSubmissionRaw\": 28017, \"acRate\": \"87.4%\"}",
|
||||
"hints": [
|
||||
"How can you use two pointers to modify the original list into the new list?",
|
||||
"Have a pointer traverse the entire linked list, while another pointer looks at a node that is currently being modified.",
|
||||
|
Reference in New Issue
Block a user