1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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": "Easy",
"likes": 4689,
"dislikes": 160,
"likes": 4835,
"dislikes": 164,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Remove Element\", \"titleSlug\": \"remove-element\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Delete Node in a Linked List\", \"titleSlug\": \"delete-node-in-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}]",
"exampleTestcases": "[1,2,6,3,4,5,6]\n6\n[]\n1\n[7,7,7,7]\n7",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"675.3K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 675304, \"totalSubmissionRaw\": 1561499, \"acRate\": \"43.2%\"}",
"stats": "{\"totalAccepted\": \"690.5K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 690534, \"totalSubmissionRaw\": 1590116, \"acRate\": \"43.4%\"}",
"hints": [],
"solution": {
"id": "773",