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:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 17605,
"likes": 17607,
"dislikes": 737,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Swapping Nodes in a Linked List\", \"titleSlug\": \"swapping-nodes-in-a-linked-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Delete N Nodes After M Nodes of a Linked List\", \"titleSlug\": \"delete-n-nodes-after-m-nodes-of-a-linked-list\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Delete the Middle Node of a Linked List\", \"titleSlug\": \"delete-the-middle-node-of-a-linked-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"2.3M\", \"totalSubmission\": \"5.4M\", \"totalAcceptedRaw\": 2333736, \"totalSubmissionRaw\": 5408192, \"acRate\": \"43.2%\"}",
"stats": "{\"totalAccepted\": \"2.3M\", \"totalSubmission\": \"5.4M\", \"totalAcceptedRaw\": 2334255, \"totalSubmissionRaw\": 5408893, \"acRate\": \"43.2%\"}",
"hints": [
"Maintain two pointers and update one with a delay of n steps."
],