1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",