1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 9949,
"dislikes": 335,
"likes": 9950,
"dislikes": 336,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Delete the Middle Node of a Linked List\", \"titleSlug\": \"delete-the-middle-node-of-a-linked-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Take K of Each Character From Left and Right\", \"titleSlug\": \"take-k-of-each-character-from-left-and-right\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,3,4]\n[1,2,3,4,5]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"786.5K\", \"totalSubmission\": \"1.4M\", \"totalAcceptedRaw\": 786457, \"totalSubmissionRaw\": 1426330, \"acRate\": \"55.1%\"}",
"stats": "{\"totalAccepted\": \"786.5K\", \"totalSubmission\": \"1.4M\", \"totalAcceptedRaw\": 786538, \"totalSubmissionRaw\": 1426429, \"acRate\": \"55.1%\"}",
"hints": [],
"solution": {
"id": "932",