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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 4675,
"dislikes": 159,
"likes": 4689,
"dislikes": 160,
"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\": \"674.2K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 674188, \"totalSubmissionRaw\": 1559381, \"acRate\": \"43.2%\"}",
"stats": "{\"totalAccepted\": \"675.3K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 675304, \"totalSubmissionRaw\": 1561499, \"acRate\": \"43.2%\"}",
"hints": [],
"solution": {
"id": "773",